Re[2]: perl's threads

2011-02-07 Thread terry peng
Thanks Shlomi. Your statement is a great guide to perl threads to me. I'm checking the AnyEvent module which looks wonderful. Thanks again. Mon, 7 Feb 2011 12:30:32 +0200 письмо от Shlomi Fish : > > Well, let me quote the perlbot ( on Freenode's #perl ) factoid: > > [quote] > >Before

Re[2]: perl's threads

2011-02-06 Thread terry peng
Sun, 06 Feb 2011 16:21:58 +0100 письмо от "Dr.Ruud" : > 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-onl

Re[2]: perl's threads

2011-02-06 Thread terry peng
Sun, 06 Feb 2011 08:54:50 -0500 письмо от Shawn H Corey : > On 11-02-06 07:10 AM, Octavian Rasnita wrote: > > From: "terry peng" > >> What's the suggested module for perl's threads? > >> I have been using Perl 5.12 under linux. > >> > >> Thanks. > > > > > > > > use threads; > > use threads::sha