Perl 6 Threads by nico- December 14, 2004 I just read RFC from http:dev.perl.orgperl6rfc about thread model inperl.It&39;s quite old stuff. I hope this still a continuous work. I don&39;t know ifyou look at Erlang. It&39;s a distributed langage that use cooperativethread. It scale very very well. But Erlang is a slow langage.Thread are a necessary step for performance. When Perl 6 will be out, mostof the cpu will be dual core with 2 or 4 virtual cpu per core. So,concurrency are a must to have.On numa system, thread with none shared...http://www.nntp.perl.org/group/perl.perl6.language.flow/2004/12/msg335.html |