On 11/23/2005 06:11 PM, Jim Jagielski wrote: > It seems to me that is_address_reusable should be > assumed to be 0 if either > > (r->proxyreq == PROXYREQ_PROXY || r->proxyreq == PROXYREQ_REVERSE) > > As mentioned, we go ahead and force close the socket
Does anybody remember why we close the socket in the case of r->proxyreq == PROXYREQ_PROXY || r->proxyreq == PROXYREQ_REVERSE ? >From the first glance it seems to kill many of the connection pooling >advantages (especially with the ajp modul) of reusing already established connections. Regards RĂ¼diger
