Hello,
On Wed, 2 May 2001, Alois Treindl wrote:
> > On 2 May 2001, Andreas J. Koenig wrote:
> >
> > > That's fine. Performance second. 'KeepAliveTimeout 15' is *not
> > > incorrect*. If you have 5 servers with 15 secs KeepAliveTimeout, then
> > > you can serve
> > >
> > > 60*60*24*5/15 = 28800 requests per day
>
> I think a factor of 64'000 is forgotten here (number of possible reply
> ports), plus the fact that most http connections do seem to terminate
> immediately, despite the KeepAlive.
Yes, may be the browsers close the connections when they
don't use them, before the 15 second period is expired. May be this is
the usual case. I don't think the KeepAlive time is related to any
connection rate, of course, we assume there are no many connections
in this state. Because in any case the browsers want specific number
of connections, if the server closes them with KeepAlive Off, the browser
will open them again. There are other dangerous settings, for example,
Timeout 300. Of course, the other question is what happens under attack.
Regards
--
Julian Anastasov <ja@xxxxxx>
|