![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^3: Help On Perl - Multi Threadingby samtregar (Abbot) |
on Feb 24, 2009 at 19:44 UTC ( [id://746090]=note: print w/replies, xml ) | Need Help?? |
You might learn something from an article I wrote about using Perl threads in little toy app:
Personally I prefer to use fork and pipes for IPC when I'm doing parallel programming with Perl. Perl's threads are too slow and the problems using non-thread-safe XS modules are too painful. -sam
In Section
Seekers of Perl Wisdom
|
|