in reply to net::server::prefork fork too much
My first guess is just that you configured things badly. You don't include any information about how you configured things, so I'm left to guess. But, for example, if you set max_spare_servers to 0 and min_servers to 2, then you force it to repeatedly kill the two extra idle children and repeatedly add children to get back to the minimum of 2.
Yes, you could patch the module to try to prevent this misbehavior when a user of the module misconfigures it.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: net::server::prefork fork too much (config)
by psini (Deacon) on May 11, 2008 at 07:03 UTC | |
by tye (Sage) on May 12, 2008 at 14:44 UTC |