Hi,
I have a compression filter (variation of Jason Hunter's JavaWorld
article filter) working exactly as I want it to.  It wraps the
response in a GZIP output stream (if the client can handle it,
and the compression threshold is exceeded), and the client deals with
it.  

My question is, how can I measure how compressed my response is 
versus running without using the filter?  (I don't mind recycling
the server and changing web.xml between runs).  

Thanks in advance,

Yoav Shapira
Millennium Pharmaceuticals

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to