You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/04/12 20:46:29 UTC

svn commit: r393574 - /db/derby/docs/trunk/src/adminguide/radmindrdakeepalive.dita

Author: fuzzylogic
Date: Wed Apr 12 11:46:07 2006
New Revision: 393574

URL: http://svn.apache.org/viewcvs?rev=393574&view=rev
Log:
DERBY-1195: Improve formatting and fix derby property name in page on
derby.drda.keepalive in the Admin Guide.

Committed for Halley Pacheco de Oliviera <ha...@yahoo.com.br>

Modified:
    db/derby/docs/trunk/src/adminguide/radmindrdakeepalive.dita

Modified: db/derby/docs/trunk/src/adminguide/radmindrdakeepalive.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/adminguide/radmindrdakeepalive.dita?rev=393574&r1=393573&r2=393574&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radmindrdakeepalive.dita (original)
+++ db/derby/docs/trunk/src/adminguide/radmindrdakeepalive.dita Wed Apr 12 11:46:07 2006
@@ -22,18 +22,17 @@
 <keywords><indexterm>derby.drda.keepAlive</indexterm></keywords>
 </metadata></prolog>
 <refbody>
-<section>Indicates whether SO_KEEPALIVE is enabled on sockets. The keepAlive
+<section><p>Indicates whether SO_KEEPALIVE is enabled on sockets. The keepAlive
 mechanism is used to detect when clients disconnect unexpectedly.  A <i>keepalive
 probe</i> is sent to the client if a long time (by default, more than two
-hours) passes with no other data being sent or received. <ph conref="adminconrefs.dita#prod/productlowercase"></ph>.
-The drda.keepAlive property is used to detect and clean up connections for
-clients on powered-off machines or clients that have disconnected unexpectedly. </section>
-<section> If the property is set to false, <ph conref="adminconrefs.dita#prod/productshortname"></ph> will
+hours) passes with no other data being sent or received.
+The <ph conref="adminconrefs.dita#prod/productlowercase"></ph>.drda.keepAlive property is used to detect and clean up connections for
+clients on powered-off machines or clients that have disconnected unexpectedly.</p></section>
+<section><p>If the property is set to false, <ph conref="adminconrefs.dita#prod/productshortname"></ph> will
 not attempt to clean up disconnected clients. The keepAlive mechanism might
 be disabled if clients need to resume work without reconnecting even after
 being disconnected from the network for some time. To disable keepAlive probes
-on Network Server connections, set this property to false.</section>
-<section><title></title></section>
+on Network Server connections, set this property to false.</p></section>
 <refsyn><title>Syntax</title><codeblock>derby.drda.keepAlive=[true|false] </codeblock></refsyn>
 <section><title>Default</title><p>True.</p></section>
 <example><title>Example</title><codeblock>derby.drdra.keepAlive=false </codeblock></example>