PerlSearcher has asked for the wisdom of the Perl Monks concerning the following question:
I try to find out what I can use to achieve the below in Perl.
1. Multithreading. I saw the Tread package http://www.perl.com/doc/manual/html/lib/Thread.html. Anything other than this?
2. Communication Among Perl Processes. Anything other than sending signals to process? Can we use Thread package to do this? Any example?
Thanks a lot!
PerlSearcher
------------------------------------------------------------
Update: For multithreading, I found another node on perlmonks at http://www.perlmonks.org/?node_id=615459
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multithreading and Communication Among Perl Processes
by Joost (Canon) on Jul 20, 2007 at 23:37 UTC | |
|
Re: Multithreading and Communication Among Perl Processes
by zentara (Cardinal) on Jul 21, 2007 at 12:10 UTC | |
|
Re: Multithreading and Communication Among Perl Processes
by kingkongrevenge (Scribe) on Jul 21, 2007 at 16:09 UTC |