Posted by qwertycat on 09/29/07 15:00
On Sep 29, 3:49 pm, Andy Hassall <a...@andyh.co.uk> wrote:
> So you're spawning 500 processes? Do you have a very large number of CPUs to
> run them on? Otherwise only a few will actually be running at any time, and
> you'll be losing useful throughput to overhead, surely.
>
Maybe the example I gave was bad :) How about PHP script with launches
4 children, with each child forking another 5 children (20 processes)
Would this development headaches or possible extra bugs?
[Back to original message]
|