Bruce Adams wrote on 16.06.2011 22:27:
> Both pgBouncer and pgPool add another process between the client and
> the server.
>
> Their primary goal appears to be connection pooling. My Java
> application server (Apache Tomcat) is already pooling database
> connections.
Especially pgPool (despite the name) is more than "just" a connection pooler.
Thomas