RE: FW: threads in perl

2003-10-13 Thread Igor Ryaboy
out threads::Pool? -Original Message- From: zentara [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 1:16 AM To: [EMAIL PROTECTED] Subject: Re: FW: threads in perl On Sun, 12 Oct 2003 15:21:54 +0200, [EMAIL PROTECTED] (Igor Ryaboy) wrote: >This is useful, thanks, but: >

FW: threads in perl

2003-10-12 Thread Igor Ryaboy
This is useful, thanks, but: I need in general to maintain a constant/fixed number of threads running i.e. when one is finished other will be started but I am not allowed to start more than x threads. How can I do it? I've tried to do it based on threads->list but the problem that I don't know wh