Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 49654 invoked from network); 7 Apr 2009 07:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 07:28:29 -0000 Received: (qmail 28341 invoked by uid 500); 7 Apr 2009 07:28:28 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 28257 invoked by uid 500); 7 Apr 2009 07:28:28 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 28249 invoked by uid 99); 7 Apr 2009 07:28:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 07:28:28 +0000 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [211.5.2.75] (HELO nmomta.auone-net.jp) (211.5.2.75) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Apr 2009 07:28:20 +0000 Received: from J1033 ([210.233.22.163]) by nm01mta.auone-net.jp id <20090407162755770.MA69.95E6548@nm01mta.auone-net.jp>; Tue, 7 Apr 2009 16:27:55 +0900 Message-ID: <1E7A4970F55D4C5CB5EC465016D6F32A@jpn.ibsplc.com> Reply-To: "Dr. Bhatia Praveen" From: "Dr. Bhatia Praveen" To: References: <20090328074659.GD12890@beaver.dehavilland> In-Reply-To: <20090328074659.GD12890@beaver.dehavilland> Subject: How to do common pipelines? Date: Tue, 7 Apr 2009 16:25:14 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 x-mimeole: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Virus-Checked: Checked by ClamAV on apache.org Hello, Would like to use a pipeline, p, which is commonly used by other pipelines, p1, p2, p3. How could one achieve in p1, a call to common pipeline p, and then continue the processing into pipeline. (It sounds more like a functional call. In function parlance, it is equivalent to a function calling another function within itself and continuing forward after the function returns). Thanks