RE: useSendFile=true skips compression

2008-10-05 Thread Martin Gainty
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

Re: useSendFile=true skips compression

2008-10-05 Thread Shaun Senecal
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

Re: useSendFile=true skips compression

2008-10-03 Thread Bill Barker
"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

useSendFile=true skips compression

2008-10-02 Thread Shaun Senecal
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