RE: Long KeepAlives sensible?

2001-04-06 Thread Rob Bloodgood
> What if you want to explicitly zap the KeepAlives but not terminate > the child. Example -- http chat scripts. Basically it amounts to > having KeepAlives off for the particular script but on for everything > else. How does one accomplish this. $r->header_out(Connection => 'close'); L8r, R

Re: Long KeepAlives sensible?

2001-04-06 Thread Michael
> At 02:36 PM 4/6/01 +0200, Elizabeth Mattijsen wrote: > >1. To facilitate memory management, I would like to have the apache child > >terminate whenever the keep-alive connection is broken or has timed > >out. There does not seem to be a handler that will handle the end of a > >keep-alive con

Re: Long KeepAlives sensible?

2001-04-06 Thread Elizabeth Mattijsen
At 08:16 PM 4/6/01 -0700, Stas Bekman wrote: > > I realise that KeepAlives are discouraged in combination with mod_perl. > > However, for a project I'm working on, I would like to try to have > > KeepAlive On to allow for _very_ quick response times. I can set the >Theo Schlossnagle at his talk (

Re: Long KeepAlives sensible?

2001-04-06 Thread Stas Bekman
> I realise that KeepAlives are discouraged in combination with mod_perl. > > However, for a project I'm working on, I would like to try to have > KeepAlive On to allow for _very_ quick response times. I can set the Theo Schlossnagle at his talk (ApacheCon) yesterday has shown a setup where one

Re: Long KeepAlives sensible?

2001-04-06 Thread Elizabeth Mattijsen
At 02:36 PM 4/6/01 +0200, Elizabeth Mattijsen wrote: >1. To facilitate memory management, I would like to have the apache child >terminate whenever the keep-alive connection is broken or has timed >out. There does not seem to be a handler that will handle the end of a >keep-alive connection ye

Re: Long KeepAlives sensible?

2001-04-06 Thread Elizabeth Mattijsen
At 02:36 PM 4/6/01 +0200, Elizabeth Mattijsen wrote: >I realise that KeepAlives are discouraged in combination with mod_perl. >However, for a project I'm working on, I would like to try to have >KeepAlive On to allow for _very_ quick response times. I can set the the >way the

Long KeepAlives sensible?

2001-04-06 Thread Elizabeth Mattijsen
I realise that KeepAlives are discouraged in combination with mod_perl. However, for a project I'm working on, I would like to try to have KeepAlive On to allow for _very_ quick response times. I can set the Content-Length: header for my output, so there is no problem there. And the way the