Re: perl multithreading performance



On Wed, 27 Aug 2008 23:53:09 +0200, Martijn Lievaart wrote:

Perl threading, well frankly, sucks. You may want to switch to another
language with re support that meets your needs.

Some would say all threading sucks. All approaches are either hard to get
a proper performance from or hard to get correct. At least the queue
approach perl promotes gets one of them right.

Also lets not forget that Perl at least supports preemptive threading.
Ruby doesn't at all and python has a giant interpreter lock, making it
useless for this kind of problem.

Regards,

Leon Timmermans
.