Using Google's App Engine as CDN for static files
Posted
by Saif Bechan
on Server Fault
See other posts from Server Fault
or by Saif Bechan
Published on 2010-04-16T16:50:09Z
Indexed on
2010/04/16
16:53 UTC
Read the original article
Hit count: 279
I am planning on moving my static files to Google's App Engine. I was wondering if this is a good idea to do.
I have read that is it possible that Google will cache your files on multiple locations, which is a good thing in my opinion.
The setup should also be quite easy in eclipse with the GAE plugins.
But i still have my doubts on the performance of this. Is the setup of App Engine optimized for serving static content. Now I have Nginx server my static content, will App Engine perform the same way.
Are there any other ups or downs using this method?
© Server Fault or respective owner