users@grizzly.java.net

Re: GZIP'ing content ...

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Thu, 28 Aug 2008 15:06:37 +0200

Hi Alan,

>
> an update on this one ... do not worry.
>
> the problem was traced to the front end load balancer (nginx) who is
> decompressing the stream from the backend!!!!
>
> I'll batter on their doors now to see whats what.
Does it mean compressing is working on Grizzly side? :)


> btw ... i was looking at an old post, and wanted to figure out if i
> can see how much data i am savng by GZIP'ing, but looking at the
> RequestGroupInfo class i don't see a way to know this.
AFAIK there is no such possibility with embedded Grizzly/Tomcat GZIP.

Thanks.

WBR,
Alexey.
>
>
> any tips?
>
> http://markmail.org/message/yaihwnebjlwfnnom#query:grizzly%20gzip
> %20monitor+page:1+mid:yaihwnebjlwfnnom+state:results
>
>>> st.setCompression("on");
>>> st.setCompressableMimeTypes("text/xml");
>>> st.setCompressionMinSize(gzipThreshold);
>> Hum....what is the Threshold value?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>