[Pgpool-general] connections not pooling

Guillaume Lelarge guillaume at lelarge.info
Fri Aug 19 15:29:39 UTC 2011


On Fri, 2011-08-19 at 11:17 -0400, Johnny Tan wrote:
> Thanks Tatsuo.
> 
> I originally started with that (num_init_children=16), but then when
> all connections were used, even though they were idle, new connections
> would hang forever.

Sure, it's normal behaviour for pgPool. The pooling is done in session
mode. It means that once a session is started, the pgpool process for
this session is blocked. It cannot handle any other request.


-- 
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com



More information about the Pgpool-general mailing list