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 tm...@apache.org on 2006/06/06 13:47:01 UTC

svn commit: r412100 - in /db/derby/docs/trunk/src/adminguide: derbyadmin.ditamap radmindrdaStreamOutBufferSize.dita

Author: tmnk
Date: Tue Jun  6 04:47:00 2006
New Revision: 412100

URL: http://svn.apache.org/viewvc?rev=412100&view=rev
Log:
- DERBY-1268 Add description of derby.drda.streamOutBufferSize to Derby Server and Administration - Patch by Tomohito Nakayama (tomonaka@basil.ocn.ne.jp)

Added:
    db/derby/docs/trunk/src/adminguide/radmindrdaStreamOutBufferSize.dita   (with props)
Modified:
    db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap

Modified: db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap?rev=412100&r1=412099&r2=412100&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap (original)
+++ db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap Tue Jun  6 04:47:00 2006
@@ -2,19 +2,22 @@
 <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
  "map.dtd">
 <!-- 
-Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable.  
+            Licensed to the Apache Software Foundation (ASF) under one
+            or more contributor license agreements.  See the NOTICE file
+            distributed with this work for additional information
+            regarding copyright ownership.  The ASF licenses this file
+            to you under the Apache License, Version 2.0 (the
+            "License"); you may not use this file except in compliance
+            with the License.  You may obtain a copy of the License at
 
-Licensed under the Apache License, Version 2.0 (the "License");  
-you may not use this file except in compliance with the License.  
-You may obtain a copy of the License at      
+              http://www.apache.org/licenses/LICENSE-2.0
 
-   http://www.apache.org/licenses/LICENSE-2.0  
-
-Unless required by applicable law or agreed to in writing, software  
-distributed under the License is distributed on an "AS IS" BASIS,  
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
-See the License for the specific language governing permissions and  
-limitations under the License.
+            Unless required by applicable law or agreed to in writing,
+            software distributed under the License is distributed on an
+            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+            KIND, either express or implied.  See the License for the
+            specific language governing permissions and limitations
+            under the License.
 -->
 <map title="Server and Administration Guide">
 <topicmeta>
@@ -160,6 +163,8 @@
 <topicref href="radminconfigstartnetworkserver.dita" navtitle="derby.drda.startNetworkServer">
 </topicref>
 <topicref href="radmindrdatimeslice.dita" navtitle="derby.drda.timeslice ">
+</topicref>
+<topicref href="radmindrdaStreamOutBufferSize.dita" navtitle="derby.drda.streamOutBufferSize">
 </topicref>
 <topicref href="radminconfig.dita" navtitle="derby.drda.traceAll"></topicref>
 <topicref href="radminconfigdb2jdrdatracedirectory.dita" navtitle="derby.drda.traceDirectory">

Added: db/derby/docs/trunk/src/adminguide/radmindrdaStreamOutBufferSize.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/radmindrdaStreamOutBufferSize.dita?rev=412100&view=auto
==============================================================================
--- db/derby/docs/trunk/src/adminguide/radmindrdaStreamOutBufferSize.dita (added)
+++ db/derby/docs/trunk/src/adminguide/radmindrdaStreamOutBufferSize.dita Tue Jun  6 04:47:00 2006
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+            Licensed to the Apache Software Foundation (ASF) under one
+            or more contributor license agreements.  See the NOTICE file
+            distributed with this work for additional information
+            regarding copyright ownership.  The ASF licenses this file
+            to you under the Apache License, Version 2.0 (the
+            "License"); you may not use this file except in compliance
+            with the License.  You may obtain a copy of the License at
+
+              http://www.apache.org/licenses/LICENSE-2.0
+
+            Unless required by applicable law or agreed to in writing,
+            software distributed under the License is distributed on an
+            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+            KIND, either express or implied.  See the License for the
+            specific language governing permissions and limitations
+            under the License.
+-->
+<reference id="radmindrdaStreamOutBufferSize" xml:lang="en-us">
+<title>derby.drda.streamOutBufferSize</title>
+<prolog><metadata>
+<keywords><indexterm>derby.drda.streamOutBufferSize</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<section>
+Configure size of buffer for streaming blob/clob from server to client. 
+If the configured size is 0 or less, the buffer is not placed.
+
+<note>
+<p>This configuration is used when optimizing streaming blob/clob from server to client.</p>
+<p>If there were found many small packets, of which sizes are much lower than maximum size of packet possible in the network,
+it will improve performance of streaming to setting this configuration.</p>
+<p>Recommended value of this configuration is maximum packet size possible in the network minus appropriate size for header.</p>
+</note>
+
+</section>
+<refsyn><title>Syntax</title> <codeblock>derby.drda.streamOutBufferSize=<i>size of buffer</i></codeblock> </refsyn>
+<section><title>Default</title> <p>0</p> </section>
+<example> <title>Example</title><codeblock><b>derby.drda.streamOutBufferSize=1024</b></codeblock> </example>
+<section><title>Static or dynamic</title> <p>Dynamic. System values can be
+changed by using commands or the servlet interface after the Network Server has
+been started.</p> </section>
+</refbody>
+</reference>
+

Propchange: db/derby/docs/trunk/src/adminguide/radmindrdaStreamOutBufferSize.dita
------------------------------------------------------------------------------
    svn:svn:eol-style = native