Re: Problem with long http request generation time - process restarting

2011-12-14 Thread Issac Goldstand
That stinks of a segfault. The admission to using Windows at the end makes me suspect it even more, as Windows has an unfortunate habit, due to the MPM implementation, of a thread segfault taking the whole server down with it, causing a several second delay while it cleans up the old process and r

Re: Problem with long http request generation time - process restarting

2011-12-14 Thread Randolf Richardson
> Hi -- > > I am getting the following message recurring in my log: > > Parent: child process exited with status 255 -- Restarting. > > followed by the process restart sequence. > > I have tracked it down to a call to $r->content which doesn't seem to > return properly. > > It would appear tha

Adding Post Data to a SubRequest

2011-12-14 Thread Jordan Michaels
I've been working to find a solution to adding Post data to a sub request for a few days now (since last week when I posted about retrieving the POST data in the first place). Adding the POST data to the $subr object using write doesn't work, because it tries to add it to the output response a

Problem with long http request generation time - process restarting

2011-12-14 Thread Andrew Merton
Hi -- I am getting the following message recurring in my log: Parent: child process exited with status 255 -- Restarting. followed by the process restart sequence. I have tracked it down to a call to $r->content which doesn't seem to return properly. It would appear that 1. The POST request h