开发者

Google app engine & CDN

开发者 https://www.devze.com 2022-12-25 20:09 出处:网络
When using Google app engine is there any benefit to use a CDN if i wanted my file reso开发者_运维知识库urces as closer to users?Well, it is all about your budget, geography and profiling. Google app

When using Google app engine is there any benefit to use a CDN if i wanted my file reso开发者_运维知识库urces as closer to users?


Well, it is all about your budget, geography and profiling. Google app engine is free, and if properly configured it serves your content very nicely to various locations around the world. Many people actually use the app engine as a CDN! (see here, here and here)

Here is a blog post comparing the performance of the app-engine, a commercial CDN and no CDN at all for hosting a static 1MB zipped file

Try this free service (from a CDN...) to see how your app engine application performs. Here is another test site I've used

So, depending on where your site is geographically located, where your users are located and what your needs are, you need to profile the performance of the app engine and see if it is good enough. Will you get better performance from a commercial CDN? Most likely. But do you need it?


Certainly. Although App Engine may cache your static content close to users, it doesn't guarantee it will do so, and it won't cache your dynamic content for you. Using a CDN is as viable an option with App Engine as it is with any other platform.


You can try a tool like just ping to see the latency between many locations and the Google App Engine (which is also on different geographical locations). Might turn out a CDN is not needed for your audience.

0

精彩评论

暂无评论...
验证码 换一张
取 消