Filters question

2002-09-04 Thread Graham Leggett
Hi all, Is it possible to read brigades from two filter stacks simultaneously? Regards, Graham -- - [EMAIL PROTECTED] There's a moon over Bourbon Street

Re: Filters question

2002-09-04 Thread rbb
On Wed, 4 Sep 2002, Graham Leggett wrote: Hi all, Is it possible to read brigades from two filter stacks simultaneously? Yes and no. The two filter stacks share no data at all, so it is perfectly safe to call ap_get_brigade on both filter stacks. However, we can't poll based on filter

Re: Filters question

2002-09-04 Thread Aaron Bannert
On Wed, Sep 04, 2002 at 06:06:59PM +0200, Graham Leggett wrote: Is it possible to read brigades from two filter stacks simultaneously? No, and the need for multiplexed brigade read/writes has been brought up before, but never fully designed nor implemented. -aaron

Re: Filters question

2002-09-04 Thread Brian Pane
Aaron Bannert wrote: On Wed, Sep 04, 2002 at 06:06:59PM +0200, Graham Leggett wrote: Is it possible to read brigades from two filter stacks simultaneously? No, and the need for multiplexed brigade read/writes has been brought up before, but never fully designed nor implemented.

Re: Filters question

2002-09-04 Thread William A. Rowe, Jr.
At 11:59 AM 9/4/2002, Brian Pane wrote: Aaron Bannert wrote: On Wed, Sep 04, 2002 at 06:06:59PM +0200, Graham Leggett wrote: Is it possible to read brigades from two filter stacks simultaneously? No, and the need for multiplexed brigade read/writes has been brought up before, but never fully