Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Help On Perl - Multi Threading

by zentara (Archbishop)
on Feb 24, 2009 at 11:54 UTC ( [id://745972]=note: print w/replies, xml ) Need Help??


in reply to Help On Perl - Multi Threading

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://745972]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-19 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found