Return-Path: Delivered-To: apmail-incubator-uima-dev-archive@minotaur.apache.org Received: (qmail 67759 invoked from network); 15 Oct 2009 21:15:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 21:15:54 -0000 Received: (qmail 69280 invoked by uid 500); 15 Oct 2009 21:15:54 -0000 Delivered-To: apmail-incubator-uima-dev-archive@incubator.apache.org Received: (qmail 69223 invoked by uid 500); 15 Oct 2009 21:15:53 -0000 Mailing-List: contact uima-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-dev@incubator.apache.org Delivered-To: mailing list uima-dev@incubator.apache.org Received: (qmail 69213 invoked by uid 99); 15 Oct 2009 21:15:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 21:15:53 +0000 X-ASF-Spam-Status: No, hits=-10.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 21:15:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9176C234C1E9 for ; Thu, 15 Oct 2009 14:15:31 -0700 (PDT) Message-ID: <120475845.1255641331594.JavaMail.jira@brutus> Date: Thu, 15 Oct 2009 14:15:31 -0700 (PDT) From: "Bhavani Iyer (JIRA)" To: uima-dev@incubator.apache.org Subject: [jira] Updated: (UIMA-1620) Add options runAECpp to enable testing of annotator in a multithreaded setup. In-Reply-To: <2019044995.1255618711413.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/UIMA-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhavani Iyer updated UIMA-1620: ------------------------------- Attachment: UIMACPP-1620.patch The following optional command line arguments enable these functions: -n numInstances number of annotator instances each running in a separate thread -r numRuns number of iterations over the same input. -rand randomize the selection on next input to process. -rdelay max random delay in millis between 0 and this max between calls to process. > Add options runAECpp to enable testing of annotator in a multithreaded setup. > ------------------------------------------------------------------------------ > > Key: UIMA-1620 > URL: https://issues.apache.org/jira/browse/UIMA-1620 > Project: UIMA > Issue Type: Improvement > Components: C++ Framework > Reporter: Bhavani Iyer > Assignee: Bhavani Iyer > Attachments: UIMACPP-1620.patch > > > Add options to runAECpp: > 1) instantiate multiple instances of the analysis engine and run these concurrently on different threads. > 2) option to do multiple runs of the same inputs. > 3) randomize the next input to process > 4) random delays between calls to process -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.