You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2009/09/15 15:29:44 UTC

svn commit: r815323 - /incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README

Author: cwiklik
Date: Tue Sep 15 13:29:44 2009
New Revision: 815323

URL: http://svn.apache.org/viewvc?rev=815323&view=rev
Log:
UIMA-1120 Added comment about Time to Live (TTL)

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README?rev=815323&r1=815322&r2=815323&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/readme/README Tue Sep 15 13:29:44 2009
@@ -150,6 +150,14 @@
   may specify multiple directories using File.pathSeparator; each directory's contained 
   JARs will be added to the class path. The paths can also contain jar files.   
   
+  Note: Both UIMA AS client and UIMA AS service by default add a time-to-live (TTL) to 
+  every request message. This enables expiration of messages that are not consumed. 
+  Currently, the UIMA AS client multiplies the Process Timeout value by 10 and uses
+  this as TTL. The UIMA AS service sets TTL to the Timeout value multiplied by the number 
+  of outstanding requests. To disable TTL, add a system property -DNoTTL. A convenient 
+  way to set this parameter is by adding -DNoTTL to the env parameter UIMA_JVM_OPTS 
+  before running deployAsyncService and/or runRemoteAsyncAE.  
+  
 3.3 Calling a UIMA AS Asynchronous Service
 
 To test a remote UIMA service you can use the script: