memory leaks and other unexpected errors in <productname>Pgpool-II
</productname> children.
-->
- <productname>Pgpool-II</productname>の子プロセスがアイドル状態のままでいるときに、それを強制終了するまでの時間を秒単位で指定します。
+ クライアントが<productname>Pgpool-II</productname>の子プロセスに接続しないアイドル状態のままでいるときに、それを強制終了するまでの時間を秒単位で指定します。
<varname>child_life_time</varname>により終了された時には、すぐに新しい子プロセスが<productname>Pgpool-II</productname>により起動されます。
<varname>child_life_time</varname>は<productname>Pgpool-II</productname>子プロセスのメモリリークやその他の不測のエラーに備えた予防措置です。
</para>
</term>
<listitem>
<para>
- Specifies the time in seconds to terminate a <productname>Pgpool-II
- </productname> child process if it remains idle. The new child process
+ Specifies the time in seconds to terminate
+ a <productname>Pgpool-II
+ </productname> child process if it remains idle because no client is connecting to it.
+ The new child process
is immediately spawned by <productname>Pgpool-II</productname> when it
is terminated because of <varname>child_life_time</varname>.
<varname>child_life_time</varname> is a measure to prevent the
memory leaks and other unexpected errors in <productname>Pgpool-II
+
</productname> children.
</para>
<note>