Hi hazy1, Double compression using gzip shouldn't have an impact on the size of the RPC payload. However, keeping the servlet filter in place for other resources delivered through standard requests is a good idea.
Hope that helps, -Sumit Chandel On Sun, Jan 25, 2009 at 9:58 AM, hazy1 <[email protected]> wrote: > > Hello all, > > Assume the following: > > 1) A GWT application using RPC > 2) A servlet filter that dynamically gzip's HttpServletResponses > based on file size > > Given that GWT-RPC already will compress responses, will the response > potentially be compressed twice? If so, will this have any impact? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
