gt; Date: Mon, 6 Oct 2008 09:20:21 +0900
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: Re: useSendFile=true skips compression
>
> Thanks for the explaination. So either I take the performance hit if I
> have high volumes, or the clients take a performance hit i
Thanks for the explaination. So either I take the performance hit if I
have high volumes, or the clients take a performance hit if I dont use
compression. Is there some way I could get the best of both worlds? Maybe
compress the files on the filesystem, then use a filter to programatically
chan
"Shaun Senecal" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Could someone explain to me why the NIO Connector will ignore the
> compression settings for large files if useSendFile is enabled (it is by
> default)? It seems to me that if compression is enabled you would
> specifi
Could someone explain to me why the NIO Connector will ignore the
compression settings for large files if useSendFile is enabled (it is by
default)? It seems to me that if compression is enabled you would
specifically want to use it when sendFile is enabled, but that might just be
because I don't