Author: kahatlen
Date: Mon Nov 27 13:35:05 2006
New Revision: 479770
URL: http://svn.apache.org/viewvc?view=rev&rev=479770
Log:
DERBY-2119: derby.drda.timeSlice property is incorrectly documented in
admin guide as derby.drda.timeslice
Patch contributed by Kim Haase.
Modified:
db/derby/docs/trunk/src/adminguide/radmindrdamaxthreads.dita
db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita
Modified: db/derby/docs/trunk/src/adminguide/radmindrdamaxthreads.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/radmindrdamaxthreads.dita?view=diff&rev=479770&r1=479769&r2=479770
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radmindrdamaxthreads.dita (original)
+++ db/derby/docs/trunk/src/adminguide/radmindrdamaxthreads.dita Mon Nov 27 13:35:05 2006
@@ -26,7 +26,7 @@
<section>Use the derby.drda.maxThreads property to set a maximum number of
connection threads that Network Server will allocate. If all of the connection
threads are currently being used and the Network Server has already allocated
-the maximum number of threads, the threads will be shared by using the derby.drda.timeslice
+the maximum number of threads, the threads will be shared by using the derby.drda.timeSlice
property to determine when sessions will be swapped.</section>
<refsyn><title>Syntax</title><codeblock><ph>derby.drda.maxThreads=<i>numthreads</i></ph></codeblock>
</refsyn>
<section><title>Default</title><p>0</p> </section>
Modified: db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita?view=diff&rev=479770&r1=479769&r2=479770
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita (original)
+++ db/derby/docs/trunk/src/adminguide/radmindrdatimeslice.dita Mon Nov 27 13:35:05 2006
@@ -18,18 +18,18 @@
limitations under the License.
-->
<reference id="radmindrdatimeslice" xml:lang="en-us">
-<title>derby.drda.timeslice </title>
+<title>derby.drda.timeSlice </title>
<prolog><metadata>
-<keywords><indexterm>derby.drda.timeslice</indexterm></keywords>
+<keywords><indexterm>derby.drda.timeSlice</indexterm></keywords>
</metadata></prolog>
<refbody>
-<section>Use the derby.drda.timeslice property to set the number of milliseconds
+<section>Use the derby.drda.timeSlice property to set the number of milliseconds
that each connection will use before yielding to another connection. This
property is relevant only if the derby.drda.maxThreads property is set
to a value greater than zero.</section>
-<refsyn><title>Syntax</title><codeblock><ph>derby.drda.timeslice=<i>milliseconds</i></ph></codeblock>
</refsyn>
+<refsyn><title>Syntax</title><codeblock><ph>derby.drda.timeSlice=<i>milliseconds</i></ph></codeblock>
</refsyn>
<section><title>Default</title><p>0</p> </section>
-<example> <title>Example</title><codeblock><b>derby.drda.timeslice=2000</b></codeblock>
</example>
+<example> <title>Example</title><codeblock><b>derby.drda.timeSlice=2000</b></codeblock>
</example>
<section><title>Static or dynamic</title><p>Static. You must restart
the Network
Server for changes to take effect.</p> </section>
</refbody>
|