On Fri, 2002-04-19 at 10:53, walter valenti wrote:
> Hi,
> 
> someone has experience with multithread programmation  in Perl??
> 
> 
>     Thanks
> 
>     Walter

Are you referring to multiprocess programming (forks and pipes) or
threaded programming (many threads accessing the same variables in one
process)?  The multithreading in Perl 5.x is not very good (as is
evidenced by the fact that it is turned off in compiles of the engine by
default) so you would be well advised to stay away from it.  If you feel
that you really need threads then you might take a look at the POE
modules which provide a fairly nice thread-type interface.
 
-- 
Today is Prickle-Prickle the 36th day of Discord in the YOLD 3168
Hail Eris!

Missile Address: 33:48:3.521N  84:23:34.786W


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to