<div dir="ltr">Great. Thanks for the explanation!<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-05-12 18:13 GMT+08:00 Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@sraoss.co.jp" target="_blank">ishii@sraoss.co.jp</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">&gt; Hello experts<br>
&gt;<br>
&gt; I am not quite clear about the meaning of this parameter. From document, it<br>
&gt; says<br>
&gt;<br>
&gt; Specifies the time in seconds to terminate a Pgpool-II child process if it<br>
&gt; remains idle. The new child process is immediately spawned by Pgpool-II<br>
&gt; when it is terminated because of child_life_time.<br>
&gt;<br>
&gt; What does &quot;idle&quot; here exactly mean? For example, I set child_life_time to<br>
&gt; 120, and uses &quot;psql&quot; client to connect to pgpool, and does nothing. From<br>
&gt; &quot;ps -ef&quot; output on pgpool, I can always see the process is &quot;idle&quot;: pgpool:<br>
&gt; postgres postgres x.x.x.x(zzzz) idle. But this child process never exits.<br>
&gt;<br>
&gt; So it looks pgpool has different definition of &quot;idle&quot; from ps output?<br>
<br>
</div></div>yeah. In the context of child_life_time, &quot;idle&quot; means &quot;no client is<br>
connecting&quot;. So testing with psql will never trigger child_life_time<br>
expiration.<br>
<br>
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_<wbr>en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.<wbr>jp</a><br>
</blockquote></div><br></div>