[pgpool-general: 4196] Re: pgpool connections
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Fri Nov 13 07:49:23 JST 2015
    
    
  
> Hello,
> 
> Regarding the pgpool connection parameters, if we set the connection_cache = off
> 
> Can we set the connection_life_time  to non 0
> Is there any relation between these two parameters (connection_cache and connection_life_time  )?
connection_life_time only works only when connection_cache = on.
> Any difference between connection_life_time   and client_idle_limit?
They are totally different beasts. connection_life_time is related to
conections between pgpool and backend. client_idle_limit? is related
to clients connecting to pgpool.
Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
    
    
More information about the pgpool-general
mailing list