Jenda,
  Actually, that's what I started with.  But here is what I found.  If I set 
the $max_processes to 8 in Parallel::ForkManager.  IT would indeed spawn off 
8 "children".  But as the children finished "died" new ones did not take 
their place.  Not until all 8 children were finished, did a new child become 
present.  And that was only 1 child at a time. Not 8.  THat 's why I decided 
to go  the POSIX route.

   I di not use Win32::ProcFarm because I am only working on a *nix network.

Thanks,
--chad  


On Monday 24 March 2003 02:19 pm, Jenda Krynicky wrote:
> From:                 chad kellerman <[EMAIL PROTECTED]>
>
> > Helloe everyone,
> >    I was wondering is someone can help me out with an issue with
> >    forking.  I
> > am trying to fork 8 process at a time.
>
> I did not read the previous thread. Did you consider
> Parallel::ForkManager or Win32::ProcFarm? (Both on CPAN)
>
> Jenda
> ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
> When it comes to wine, women and song, wizards are allowed
> to get drunk and croon as much as they like.
>       -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to