]> granicus.if.org Git - pgbouncer/commit
Reserve pool implementation.
authorMarko Kreen <markokr@gmail.com>
Fri, 2 Jan 2009 10:54:47 +0000 (10:54 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 2 Jan 2009 10:54:47 +0000 (10:54 +0000)
commite94aeecaeebd277606f4e71ebfff55f68cdabca0
tree363e936559b4ca28a6cec1b8f3e01b1fce07f131
parent2fa646f51a52836bac22a78fef4f8e4f37ff5632
Reserve pool implementation.

Allow to increased pool size in case main pool size
cannot serve clients anymore.

This allows to continue use of small pool_size, which
smooths small peaks, while also handling large peaks.

(Eg, one bouncer server down, others need to handle load.)
doc/config.txt
etc/pgbouncer.ini
include/bouncer.h
src/admin.c
src/janitor.c
src/loader.c
src/main.c
src/objects.c