Re: Apache::ASP + Apache::Filter - how fast? (was:sending Apache::ASPoutput to a variable?)

2000-10-31 Thread Joshua Chamas
Jeff Ng wrote: > > Turns out that speed is not the only problem... > > I'm having some form submission problems when I chain modules like so: > PerlHandler inFilter Apache::ASP > > If I call $r->content in inFilter, Apache::ASP just hangs. Has anyone seen > this before? > > Could it b

RE: Apache::ASP + Apache::Filter - how fast? (was:sending Apache::ASPoutput to a variable?)

2000-10-27 Thread Jeff Ng
> > The only > remaining concern is > > speed. > > > > Does anyone have experience with this setup? > > > > No real world experience, but in the lab it seems speedy enough, > but then it all depends on what you need to get out of it. > Your own performance analysis will be the best here. > I w

Re: Apache::ASP + Apache::Filter - how fast? (was:sending Apache::ASPoutput to a variable?)

2000-10-26 Thread Joshua Chamas
Jeff Ng wrote: > > Thanks Ged. I started down that path, but found that Apache::Filter > combined with Apache::ASP basically does the job I need. There are a few > limitations, but it should be good enough. The only remaining concern is > speed. > > Does anyone have experience with this setup