(RADIATOR) threading
Rodrigo Nuno Bragança da Cunha
rodrigo.cunha at corp.vodafone.pt
Wed Oct 27 06:06:05 CDT 2004
Thread creation in perl is much slower than forking. I've also seen
great improvments just by replacing ithreads with the forks.pm module...
and less bugs... and MUCH less memory consumption (yes, incredible).
Given the current state of perl native threads if you really need the
threads model you should try forks.pm, or else live with fork alone.
Andy De Petter wrote:
>
> PS: I don't agree in the fact that you say that threading won't
> necessarily improve anything. Threads tend to be much faster to
> create, and use less memory than forked processes. I agree, perl
> doesn't fully take advantage of this yet, but they will once - and we
> should better be ready for it. ;)
>
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list