[Pgpool-general] connection pooling

Mark mark at mitsein.net
Fri Oct 9 03:44:21 UTC 2009


Perhaps I am misunderstanding how this is supposed to work, but I have
connection pooling enabled with pgpool-II in front of a single Pg server.
The docs say:

> pgpool-II saves connections to the PostgreSQL servers, and reuse them
> whenever a new connection with the same properties (i.e. username, database,
> protocol version) comes in.
>

However, when I start one connection with psql, I see a pgpool and a
postgresql process for that connection.  I leave that one open and start a
new connection in the same way and now there are two pgpool processes and
two postgresql processes with the same properties.  How is that reusing
anything?

-- 
Mark
"Blessed is he who finds happiness in his own foolishness, for he will
always be happy."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pgfoundry.org/pipermail/pgpool-general/attachments/20091008/fd3ecd50/attachment.html>


More information about the Pgpool-general mailing list