On 2011-02-07 07:44, Octavian Rasnita wrote:
From: "Dr.Ruud" <rvtol+use...@isolution.nl>
On 2011-02-06 12:12, terry peng wrote:

What's the suggested module for perl's threads?
I have been using Perl 5.12 under linux.

Stay away from threads. Design and develop in a way that no internal
resources (but read-only data) are shared.

In a program that uses a GUI the threads might be necessary.

Threads are never necessary. Use light processes that don't know about each other, and some polling.

--
Ruud

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to