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 2014/11/24 21:00:06 UTC

svn commit: r1641461 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: cwiklik
Date: Mon Nov 24 20:00:06 2014
New Revision: 1641461

URL: http://svn.apache.org/r1641461
Log:
UIMA-4123 added new properties to configure JP

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1641461&r1=1641460&r2=1641461&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Mon Nov 24 20:00:06 2014
@@ -469,6 +469,16 @@ ducc.uima-as.saxon.jar.path=file:${DUCC_
 #                 context file used to deploy UIMA-AS based service.
 ducc.uima-as.dd2spring.xsl.path=${DUCC_HOME}/apache-uima/bin/dd2spring.xsl
 
+# maximum amount of time to wait for a response from the JD. This value
+# is used by the JP when sending requests to the JD. 
+ducc.process.request.timeout=30000
+# define process container class to instantiate and invoke via reflection
+ducc.process.container.class = org.apache.uima.ducc.user.jp.UimaProcessContainer
+# define the sleep time for JP to use when JD sends empty CAS. In this case the
+# JD's CR has processed its collection. The JP threads need to slow down sending
+# requests
+ducc.process.thread.sleep.time=3000
+
 # Custom Flow Controller to use for Ducc Job Processes that don't provide a process_DD descriptor
 ducc.flow-controller.specifier=org.apache.uima.ducc.common.uima.DuccJobProcessFC