in reply to Proc::Queue problem
use Proc::Queue size => 5; for (1..20) { # you don't want to fork here!!! do_task($_); 1 while wait != -1; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Proc::Queue problem
by afresh1 (Hermit) on Oct 24, 2008 at 01:57 UTC |