Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Help On Perl - Multi Threading

by samtregar (Abbot)
on Feb 24, 2009 at 19:44 UTC ( [id://746090]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Help On Perl - Multi Threading
in thread Help On Perl - Multi Threading

You might learn something from an article I wrote about using Perl threads in little toy app:

http://www.perl.com/lpt/a/667

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

Log In?
Username:
Password:

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

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

    No recent polls found