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.

Octavian


--
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