in reply to spawning windows children (revisted)

You should wait() for the kids from time to time. You can only spawn 64 processes at a time, then you have to wait() and reap some of the children that already exited.

  • Comment on Re: spawning windows children (revisted)