Jim Jagielski wrote:
I and other have run into issues where the socket
between Apache and Tomcat (due to a in-between firewall)
isn't closed as it should be... I'm digging further into
this as far as why the timeout isn't being honored, but
it got me thinking that a "no reuse" option might be
nice. Basically, it prevents reuse from ever being set
to TRUE...


Makes no sense to me.
In that case user can use mod_proxy and http
protocol. AJP, or any other future protocol
like HTTP-NG/MUX
(http://www.w3.org/Protocols/HTTP-NG/Activity.html)
that is designed to be persistent would always have
to deal with badly designed firewalls.

Anyhow, see my post about detecting the closed
socket on APR dev list. Think I'm close to the
portable solution, so this will satisfy almost
all AJP(or any persistent protocol)<->Firewall
related problems.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to