You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2005/12/01 15:22:43 UTC

Re: httpd-2.1.7 Connection-pooling Problem w/ ReverseProxy, Loadbalancer

On Nov 30, 2005, at 4:30 PM, Ruediger Pluem wrote:
>
> I believe the clearer approach would be to fetch the connection  
> from the connection pool
> each time and do not use this module config method any longer. This  
> would also resolve the
> problem of Hans-Joerg which you fixed with your recent patches as  
> we would get the correct
> connection then anyway.
>> From a first quick view the whole infrastructure for doing this  
>> seems to be prepared
> pretty well already.
>

Yeah, I'm still not sure what the original intent was, but
from what I can see, using the pool for each one is
certainly cleaner...

I'm looking into how much of DBD can be re-used...