> > 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
>
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 be because Apache and mod_perl were installed from RPMs? I'll do a
rebuild this weekend to check.
Jeff.