Front page | perl.beginners |
Postings from February 2011
Re: perl's threads
Thread Previous
|
Thread Next
From:
Dr.Ruud
Date:
February 9, 2011 01:27
Subject:
Re: perl's threads
Message ID:
20110208081604.21415.qmail@lists-nntp.develooper.com
On 2011-02-07 07:44, Octavian Rasnita wrote:
> From: "Dr.Ruud" <rvtol+usenet@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
Thread Previous
|
Thread Next