Doc: enhance child_life_time document.
authorTatsuo Ishii <[email protected]>
Tue, 3 Jun 2025 10:33:09 +0000 (19:33 +0900)
committerTatsuo Ishii <[email protected]>
Tue, 3 Jun 2025 10:36:04 +0000 (19:36 +0900)
Backpatch-through: v4.2

doc.ja/src/sgml/connection-pooling.sgml
doc/src/sgml/connection-pooling.sgml

index eb5e26f4a37f45f0946d1bf6a85a178aa6f1b145..c9fe58e30e71f5a1fa435943a56e8adbcdaeddee 100644 (file)
@@ -293,7 +293,7 @@ pgbench -n -S -p 9999 -c 32 -C -S -T 300 test
       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>
index fd52c1274046fa9ebe3f25ad97792a0ff361a013..4c662a35bb34ee3d69b74fb4a4762ecb61a91c19 100644 (file)
     </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>