Re: Prefork efficiency

2005-09-29 Thread Nix
On Fri, 23 Sep 2005, Lefteris Tsintjelis wrote: > I see a lot of forking ever since I switched to 3.1. Is there a > way to tell the maximum and the average number of forks reached? I'm afraid I don't know what `the maximum and the average number of forks reached' means. Maxima and minima are set b

Prefork efficiency

2005-09-23 Thread Lefteris Tsintjelis
Hi, I see a lot of forking ever since I switched to 3.1. Is there a way to tell the maximum and the average number of forks reached? If so, would it be more efficient in terms of speed to switch back to the old method or the difference is really negligible up to a certain number of forks? Thnx,