[Pgpool-general] pgpool pooling/Queueing connections

Tatsuo Ishii ishii at sraoss.co.jp
Tue Oct 21 07:22:40 UTC 2008


> Ok, so what would one need to do so that pgpool is able to handle like  
> 10000 connections when the pg servers behind it can only accept  
> max_connection = 1000 ?
> I only have one db and one user that connects over pgpool.

Just crank up num_init_children as long as your OS allows.
The difference between max_connections and num_init_children will be
managed by OS's listen queue.
--
Tatsuo Ishii
SRA OSS, Inc. Japan


More information about the Pgpool-general mailing list