http://qs321.pair.com?node_id=729107


in reply to Things you need to know before programming Perl ithreads

There is one more problem with threads even with PERL 5.8.8 ... on Win32 machines with multi processors...
Sometimes, even if it appears that the threaded scripts are working...they are actually not ...
I found out that running scripts on a single CPU will generally solve the problem...

Raghu