Thanks for suggestions, but mostly already in place like you described. We are serving (except login and registration) js and other images on s3 cloud, only rpc requests and map images uses our server. We will migrate map images on a feature release still didnot know till you said request forwarding, i will check it thanks
Ender 20 Eki 2014 19:01 tarihinde "Joseph Lust" <[email protected]> yazdı: > Endi, > > My apologies. I mean that you can allow S3/Cloudfront to serve all static > resources (html/js/img/tile/sound) so that your servers don't have to carry > this load. Given that GWT makes all of the UI into static resources, this > means your entire UI needs no dedicated machines. Since CloudFront allows > forwarding, yourDomain.com/api/ can pass through to your backend servers, > and if you return cache headers (i.e. 10min) you can let the CDN buffer > your API as well. Given S3/CloudFront are nearly infinitely scalable, it > might make life easier when things go viral for you (which we hope they > do!). > > Anyway, I was just noting how wonderful GWT is with CDN's, since you can > make a app server that is just an API server, which is much cleaner than > the typical Java, everything in one massive .war option. > > BTW, 48GB is huge! Sounds like a fun challenge. It would be great to learn > more details of your app as it is developed further. Please do keep us > informed. > > > Sincerely, > Joseph > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Web Toolkit" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/3Qq-ajgFkdM/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
