You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2008/05/14 22:39:04 UTC

svn commit: r656422 - /incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/ref.async.api.xml

Author: eae
Date: Wed May 14 13:39:04 2008
New Revision: 656422

URL: http://svn.apache.org/viewvc?rev=656422&view=rev
Log:
UIMA-1031 Add casPool and fsHeapSize arguments to RunRemoteAsyncAE; Freeze replyWindow=0.

Modified:
    incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/ref.async.api.xml

Modified: incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/ref.async.api.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/ref.async.api.xml?rev=656422&r1=656421&r2=656422&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/ref.async.api.xml (original)
+++ incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/ref.async.api.xml Wed May 14 13:39:04 2008
@@ -112,9 +112,6 @@
 
         <listitem>
           <para>void sendCAS( CAS aCAS ): Sends a given CAS for analysis to the UIMA-AS Service. 
-            This method may block if the client is configured to use a reply window which prevents 
-            sending too many CASes to the service. Assuming the window is large enough to send 
-            the CAS this method returns as soon as the CAS is sent.
             The application is notified of responses or timeouts via entityProcessComplete().
          </para>
         </listitem>
@@ -217,11 +214,6 @@
         </listitem>
 
         <listitem>
-          <para>ReplyWindow: Maximum number of outstanding process CAS requests that can be sent.
-            Default = 5.</para>
-        </listitem>
-
-        <listitem>
           <para>Application Name: optional name of the application using this API, for logging.</para>
         </listitem>