On Wed, 14 Jan 2009, Patrick Rutkowski wrote:
> Hmm, I see. Interesting points, all noted. > > I also just realized it might have to do with which of the many apache > children get which requests and when. > > I'm hoping that setting MaxRequestsPerChild to something like 1 or 2 (as > opposed to the default 10000) will help ease the pain. Helps to test this kind of thing (when testing manually) by starting httpd with -X... less confusing. Mark