Re: seamless rpc during upgrades

2013-08-05 Thread QC
I'd like to pick up this topic again after 2 years, what an interval! My general concern is that during the deployment refreshing the page wouldn't solve the RPC break problem. As long as we have a mix of old and new server during deployment and no measure to ensure that the new clients only

Seamless rpc during upgrades continued

2013-08-05 Thread QC
Seems the topics are ranked by post date by default, this is the link to the old topic I'd like to bring to people's attention again. https://groups.google.com/d/msg/google-web-toolkit/-p5wr04A-eg/cmxBYlwYhrYJ Basically I hit the rpc outage problem during deployment I wonder how to solve it.

Clarification needed on SimpleRemoteLogHandler

2013-07-31 Thread QC
Hi everyone, Recently I came across a rare incident where a client kept retrying on a URL that looks related to SimpleRemoteLogHandler. But after I scrutinize the code, I believe it has nothing to do with the retry behavior. However, the doc below for this handler is a bit ambiguous

Re: How to serve pre-compressed static content through Tomcat?

2013-07-26 Thread QC
://webmasters.stackexchange.com/questions/22217/which-browsers-handle-content-encoding-gzip-and-which-of-them-has-any-special hope it will be useful for you. Juan 2013/7/25 QC quanpl...@gmail.com javascript: Yet another questions about the Tomcat noCompressionUserAgents parameter, what should I set

How to serve pre-compressed static content through Tomcat?

2013-07-25 Thread QC
Hi, recently I've been looking into how to improve the performance of my website through compression. And I've browsed through almost all related topics in the group but still have questions unresolved. Enabling the tomcat built-in compression is easy, but I really like to serve

Re: How to serve pre-compressed static content through Tomcat?

2013-07-25 Thread QC
Interesting, I didn't know I can translate the requests! On Thursday, July 25, 2013 4:18:55 PM UTC-7, Juan Pablo Gardella wrote: Hello, If you zip all the files with '.zip' extension, you can add a filter that translates 'a.html' to 'a.zip'. What do you think? Juan 2013/7/25 QC quanpl

Re: How to serve pre-compressed static content through Tomcat?

2013-07-25 Thread QC
:33:52 PM UTC-7, QC wrote: Interesting, I didn't know I can translate the requests! On Thursday, July 25, 2013 4:18:55 PM UTC-7, Juan Pablo Gardella wrote: Hello, If you zip all the files with '.zip' extension, you can add a filter that translates 'a.html' to 'a.zip'. What do you think