Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B0917191 for ; Wed, 23 Nov 2011 21:38:28 +0000 (UTC) Received: (qmail 46982 invoked by uid 500); 23 Nov 2011 21:38:28 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 46939 invoked by uid 500); 23 Nov 2011 21:38:28 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 46931 invoked by uid 99); 23 Nov 2011 21:38:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 21:38:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of burnlewis@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-ww0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 21:38:21 +0000 Received: by wwe32 with SMTP id 32so2545459wwe.30 for ; Wed, 23 Nov 2011 13:38:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=db3oZQvEaiYAohd6z3cYi8vccdYCIHGHL2EgUtYW1Ng=; b=kpNyP04dnxqhw0U4Az0s4Lqocf8b8WLfFhOdMoNcHwhqG2MzZB6wGnK9bZPStpdRxY XyCy4CngfC2Or+D+k9HkTUgKZNriqD1uOzqiKBvDPRzyTQRiV366bZ8KK49pcHFFJUjZ XRWqgyEthhbW352hqfLR0ThfYwkJ1OZAW1CFI= MIME-Version: 1.0 Received: by 10.216.163.149 with SMTP id a21mr4332930wel.86.1322084280337; Wed, 23 Nov 2011 13:38:00 -0800 (PST) Received: by 10.216.184.7 with HTTP; Wed, 23 Nov 2011 13:38:00 -0800 (PST) In-Reply-To: References: Date: Wed, 23 Nov 2011 16:38:00 -0500 Message-ID: Subject: Re: UIMA AS parallel execution From: Burn Lewis To: user@uima.apache.org Content-Type: multipart/alternative; boundary=0016367faaafe4864204b26dbbe3 --0016367faaafe4864204b26dbbe3 Content-Type: text/plain; charset=ISO-8859-1 Yes, take a look at the AdvancedFixedFlowController in examples/descriptors/flow_controller. In the Flow parameter you specify a comma-separated list of AE keys for the AEs that should run in parallel. UIMA-AS will send them all a copy of the same CAS and will merge the results into a single CAS for the next step in the flow. ~Burn --0016367faaafe4864204b26dbbe3--