in reply to Processing a set of resources with a pool of forked children

So I'm falling back on the oldschool Fork and process method.
Why don't you have a look at threads and Queues? This way you can share data easily and you can start as many workes as you like.
  • Comment on Re: Processing a set of resources with a pool of forked children