You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2011/12/06 22:27:59 UTC

svn commit: r1211170 - /uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml

Author: schor
Date: Tue Dec  6 21:27:58 2011
New Revision: 1211170

URL: http://svn.apache.org/viewvc?rev=1211170&view=rev
Log:
no Jira - minor update to JMS Remote descriptor - one missing param, and more description for the timeouts.

Modified:
    uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml

Modified: uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml?rev=1211170&r1=1211169&r2=1211170&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/src/docbook/async.overview.xml Tue Dec  6 21:27:58 2011
@@ -1049,9 +1049,11 @@ under the License.
     <parameter name="endpoint" 
                value="uima.as.RoomDateMeetingDetectorAggregateQueue"/>
     <parameter name="timeout" 
-               value="xxx"/>
+               value="xxx"/>  
     <parameter name="getmetatimeout" 
-               value="yyy"/>               
+               value="yyy"/>
+    <parameter name="cpctimeout" 
+               value="zzz"/>                              
   </parameters>
 </customResourceSpecifier>]]></programlisting>
     
@@ -1061,6 +1063,12 @@ under the License.
       which processes one CAS at a time, so it will not take advantage of the scalability that UIMA AS provides. To
       process more than one CAS at a time, you must use the Asynchronous UIMA AS Client API 
       <xref linkend="ugr.ref.async.api"/>.</para>
+    
+    <para>The three timeouts are all expressed in milliseconds.  The getmetatimeout is typically short, but if the
+    service is just starting, and initialization takes a while, it may need to be longer, because the service
+    won't reply to the getmeta request until it is finished initializing.  
+    The cpctimeout is the Collection Processing Complete
+    timeout.  Defaults are taken if the value is omitted, or is 0.</para>
       
     <para>Other parameters may be specified:
       <variablelist>