Ruediger Pluem wrote:
> 
> What do you mean by "real connection pooling"? We actually have connection 
> pooling
> via the apr reslist. The patch ensures that we return this connection to the 
> pool
> such that it can be used by other clients that use this worker.
> 

That's what I mean by "real"... it's not really being used as
real connection pools would be. :)

> Furthermore we have to keep the following two things in mind:
> 
> 1. Closing the connection in proxy_util.c is badness as other protocols (e.g. 
> ajp
>    are designed to have very long living connections to the backend. If we 
> keep on closing
>    this, it would mean that mod_proxy_ajp would be no real alternative to 
> mod_jk.
> 

+1

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
            "If you can dodge a wrench, you can dodge a ball."

Reply via email to