<html><head></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:x-small;"><div>I am trying to connect to pgpool, however the maximum number of client is reached. </div><div><br></div><div>I have changed the life time setting from default  and reloaded the server  ' /etc/init.d/pgpool2 reload ' but nothing happens and still not able to connect </div><div><br></div><div># - Life time -
<br>
<br>child_life_time = 300
<br>                                   # Pool exits after being idle for this many seconds
<br>child_max_connections = 10
<br>                                   # Pool exits after receiving that many connections
<br>                                   # 0 means no exit
<br>connection_life_time = 1
<br>                                   # Connection to backend closes after being idle for this many seconds
<br>                                   # 0 means no close
<br>client_idle_limit = 1
<br>                                   # Client is disconnected after being idle for that many seconds
<br>                                   # (even inside an explicit transactions!)
<br>                                   # 0 means no disconnection <br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Regards</div></div></body></html>