Re: Multi threading in perl

2003-02-25 Thread Lance
, does anybody have sample perl script multi threaded program any site does talks about perl multi threading I appreciate u r help Thanx -Madhu __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http

Re: Multi threading in perl

2003-02-25 Thread zentara
On Mon, 24 Feb 2003 10:45:44 -0800 (PST), [EMAIL PROTECTED] (Madhu Reddy) wrote: Hi, does anybody have sample perl script multi threaded program Here are a couple of simple examples. When you run them, open an xterm an watch top while they run.

Re: Multi threading in perl

2003-02-25 Thread Jan Gruber
Hi, Lance list! Hi, does anybody have sample perl script multi threaded program As of perl 5.8.0 there is a new thread implementation (IThreads). Although its not yet recomended for production, its worth a look. perldoc perlthrtut gives a good starting point. HTH, Jan -- cat

Multi threading in perl

2003-02-24 Thread Madhu Reddy
Hi, does anybody have sample perl script multi threaded program any site does talks about perl multi threading I appreciate u r help Thanx -Madhu __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com

RE: Multi threading in perl

2003-02-24 Thread Hanson, Rob
in perl Hi, does anybody have sample perl script multi threaded program any site does talks about perl multi threading I appreciate u r help Thanx -Madhu __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http

Multi threading in Perl

2002-01-22 Thread srinivas krish
Hi, I want to start a server and a client script using a perl scripting. I was wondering if this can be efficiently done using the multithreading feature in perl script. Can anyone give sample scripts that brings up some server and a client using the same script. Also is there anyway to bring

Re: Multi threading in Perl

2002-01-22 Thread Rocco Caputo
On Tue, 22 Jan 2002 14:47:00 + (GMT), Srinivas krish wrote: Hi, I want to start a server and a client script using a perl scripting. I was wondering if this can be efficiently done using the multithreading feature in perl script. Can anyone give sample scripts that brings up some