[Pgpool-general] pgpool hangs up

Yoshiyuki Asaba y-asaba at sraoss.co.jp
Mon Aug 27 12:13:06 UTC 2007


Hi,

From: "Max Zorloff" <zorloff at gmail.com>
Subject: Re: [Pgpool-general] pgpool hangs up
Date: Mon, 27 Aug 2007 17:13:30 +0400

> > Could you show us the config file?
> 
> I tried also to connect with "psql -h localhost -p 10000" during this  
> time. psql just hangs waiting.
> After the restart everything is fine for some time.
> 
> The config is:
...
> num_init_children = 3

num_init_children is the number of concurrent users. If three
connections are active, new connections are waited until these are
closed.

  % psql -h localhost -p 10000 (connected)
  % psql -h localhost -p 10000 (connected)
  % psql -h localhost -p 10000 (connected)
  % psql -h localhost -p 10000 (waited)

Can you increase num_init_children?
--
Yoshiyuki Asaba
y-asaba at sraoss.co.jp


More information about the Pgpool-general mailing list