If you want compression here, then just do it in a servlet filter based =
on Accept-Encoding thus resulting in compression in Tomcat and the =
stream remaining compressed all the way to the client.
________________________________
From: Mark Thomas [mailto:markt@apache.org]
Sent: Fri 4/1/2011 5:20 AM
To: Tomcat Users List
Subject: Re: mod_jk / AJP and compression
On 01/04/2011 11:15, John Baker wrote:
> Hello,
>
> The Tomcat AJP Connector does not support compression. Why has this =
been
> ommitted?
Because the link between Tomcat and reverse proxy will nearly always
have significantly more capacity than the link between the client and
the reverse proxy. Adding compression gains very little but adds delay
and increases CPU usage.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|