[pgpool-general: 354] pgpool_query
Евгений Селявка
evg.selyavka at gmail.com
Wed Apr 11 22:07:26 JST 2012
Dear users,
In official documentation i read
* num_init_children*
* The number of preforked pgpool-II server processes. Default is 32.
num_init_children is also the concurrent connections limit to pgpool-II
from clients. If more than num_init_children clients try to connect to
pgpool-II, they are blocked (not rejected) until a connection to any
pgpool-II process is closed. Up to 2*num_init_children can be queued.
Number of connections to each PostgreSQL is roughly
max_pool*num_init_children.
*
Can i see this queue, or how this queue is organized?
--
С уважением Селявка Евгений
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pgpool.net/pipermail/pgpool-general/attachments/20120411/87d4c053/attachment.htm>
More information about the pgpool-general
mailing list