![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
comment on |
( #3333=superdoc: 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 reply to Re^3: Help On Perl - Multi Threading
by samtregar
|
|