![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: Help On Perl - Multi Threadingby zentara (Cardinal) |
on Feb 24, 2009 at 11:54 UTC ( [id://745972]=note: print w/replies, xml ) | Need Help?? |
To give you a quick overview, threads are used when you need to share data/progress/signals between threads in REAL time. If each thread/process can run independently of the others, use fork instead. The details of why this is so, is in the docs and tutorials. Threading in Perl presents some unusual problems, that are not present in c pthreads.
I'm not really a human, but I play one on earth My Petition to the Great Cosmic Conciousness
In Section
Seekers of Perl Wisdom
|
|