Revision: 17489
          http://sourceforge.net/p/gate/code/17489
Author:   valyt
Date:     2014-02-28 14:55:55 +0000 (Fri, 28 Feb 2014)
Log Message:
-----------
Added documentation for the new connectionInterval parameter of the 
M?\195?\173mir output handler.

Modified Paths:
--------------
    gcp/trunk/doc/batch-def.tex
    gcp/trunk/doc/gcp-guide.pdf

Modified: gcp/trunk/doc/batch-def.tex
===================================================================
--- gcp/trunk/doc/batch-def.tex 2014-02-28 02:19:41 UTC (rev 17488)
+++ gcp/trunk/doc/batch-def.tex 2014-02-28 14:55:55 UTC (rev 17489)
@@ -443,6 +443,18 @@
   M\'{i}mir index.  If omitted, no authentication token will be passed.
 \item[password] (required if and only if username is specified) the
   corresponding basic authentication password.
+\item[connectionInterval] the default behaviour of the M\'{i}mir output handler
+  is to open a new connection for each document. When processing very short
+  documents, such as tweets, or paper abstracts, using many parallel threads, 
+  it is possible that new connections will be opened several hundred times a
+  second. This has the potential to overload the receiving M\'{i}mir server, or
+  to trigger some security measures, leading to refused connections. To avoid 
+  this, the output handler can be configured to accumulate the processed 
+  documents in memory, and only connect to the remote server from time to 
time, 
+  sending all the pending documents each time. To enable this functionality, 
set 
+  the value for the {\tt connectionInterval} to a positive value representing 
+  the number of milliseconds between connections. For example, a setting of 
+  {\tt 1000} means that a new connection will be opened every second.
 \ede
 
 This handler ignores annotation set filters -- the complete document will be

Modified: gcp/trunk/doc/gcp-guide.pdf
===================================================================
(Binary files differ)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to