Re: Timeout with $r->read?

2007-03-22 Thread Ewan Edwards
On Wed, Mar 21, 2007 at 06:02:27PM -0800, Ewan Edwards wrote: > > So, I've create a response handler that uses $r->read to read the POST > body, separate out the lines and insert the data into a database. For > small POST bodies this works well (800 r/s or so on my test hardwa

Timeout with $r->read?

2007-03-21 Thread Ewan Edwards
\ \\/ / | Winter's frozen spam, | \\/ | Delicate jelly of meat, | | Router eat it all. | \_ ___/ Ewan Edwards {e^2}, [EMAIL PROTECTED] |/

[mp1] $r->document_root and subrequests

2005-06-06 Thread Ewan Edwards
DirectoryIndex configuration in order to fetch /index.html. The subrequest cleanup _always_ happens after the main request cleanup, so the document_root always gets 'restored' to the modified value. Subsequent requests start off in the wrong document root. I have also attempted to run this handler as an InitHandler, with the same symptoms. Is there a solution for this? -- Ewan Edwards, [EMAIL PROTECTED]