Re: streamed filtering

2003-01-08 Thread Stas Bekman
Esteban Fernandez Stafford wrote: Hello, in november there was a plan to prototype the stream interface in Perl. I would like to know the status of it. I am particularly interested in new features for the output filter api. I have been missing a way of creating a context for the filter. I've a

streamed filtering

2003-01-08 Thread Esteban Fernandez Stafford
Hello, in november there was a plan to prototype the stream interface in Perl. I would like to know the status of it. I am particularly interested in new features for the output filter api. I have been missing a way of creating a context for the filter. Thanks in advance! And happy new year!

Re: streamed filtering spec

2002-11-24 Thread Stas Bekman
Doug MacEachern wrote: On Mon, 25 Nov 2002, Stas Bekman wrote: Doug, what's the status of the streaming filtering implementation? i won't be able to touch this anytime soon. if you want to take a stab, feel free. might be worthwhile to prototype the stream interface in Perl, then port to

Re: streamed filtering spec

2002-11-24 Thread Doug MacEachern
On Mon, 25 Nov 2002, Stas Bekman wrote: > Doug, > > what's the status of the streaming filtering implementation? i won't be able to touch this anytime soon. if you want to take a stab, feel free. might be worthwhile to prototype the stream interface in Perl, then port to C for speed later.

streamed filtering spec

2002-11-24 Thread Stas Bekman
Doug, what's the status of the streaming filtering implementation? We have a semi-working implementation of output filtering, and no input filtering. If I remember correctly we were waiting for Apache API to stabilize, please correct me if I'm wrong. My impressions from talking to people at Ap