![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^2: Need help with Perl multi threadingby chromatic (Archbishop) |
on Jan 27, 2012 at 20:11 UTC ( #950438=note: print w/replies, xml ) | Need Help?? |
I would be hard-pressed to be convinced that “adding threads to” such an algorithm that is right now “working fine(!)” will actually make it either more reliable, or faster. In a case like this, where the code performs network IO, it's easy to convince me that having multiple things block on IO simultaneously can be faster than code which has to block on IO serially. I use parallelism all the time in similar situations to great effect.
In Section
Seekers of Perl Wisdom
|
|