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?
> 

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 would recommend cranking on it with ab for a rough 
estimate.

One fundamental limitation with this setup is how I/O is
buffered, that you can't ever send a trickle down to 
the web client, its all or none.

--Joshua

Reply via email to