Mailing List Archive

Connection pooling.
Due to resource contention on some highly loaded systems, I have added a
feature into the CVS version of mod_backhand to disable connection pools and
have the Apache child make the connect() call.

Obviously, this prohibits the use of KeepAlives, but for big sites, it appears
that the moderator cannot keep up. If the default mode it is the central
component of mod_backhand and must be accessed on every connection.

The CVS version supports a:

BackhandConnectionPools off|on

It is on be default and can be specified on the directory basis (and is
inheritted).

I think it is much more feasible to support MaxClient 2048 on a commodity
system with the pooling turned off. The moderator still has to functino
correctly, but it is no longer used to make and coordinate distribution of
established connection if this feature is explicitly turned off.

--
Theo Schlossnagle
1024D/A8EBCF8F/13BD 8C08 6BE2 629A 527E 2DC2 72C2 AD05 A8EB CF8F
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7