>-----Original Message-----
>From: drieux [mailto:[EMAIL PROTECTED] 
>Sent: Wednesday, June 09, 2004 11:15 PM
>To: Perl Beginners Mailing List
>Subject: Re: procfarm equivalent
>
>
>On Jun 9, 2004, at 8:25 PM, Ron Willmert wrote:
>
>> Is there a Unix equivalent Win32-ProcFarm? I really like having the 
>> module decide how many process' to create and how it doles out the 
>> jobs and getting the return values from the process' so easily.
>
>Forgive me for asking this,
>but why are you allowing a module
>work out how many processes to create?

It doesn't really tell you how many processes to create, but you give it
how many, and it makes sure that only that many are running at a time,
and creates a queue of threads waiting to be executed.  It saves you
time re-inventing the wheel so that you can focus on what your processes
are doing. 





--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to