Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm wondering if the always on feature would be similar to having a static VIP? if so then I can directly edit zone file to go that address instead of via the ghs.google.com dns system. Hopefully this should be better in regards to filtering/censorship etc.

share|improve this question
I don't think so. They will give you three instances that are always on, but it does not have to be the same instances all the time. Good idea to ask this on the GAE forums. – Thilo Dec 10 '10 at 1:34
Re: filtering/censorship. Whereas HTTPS to *.appspot.com has always been blocked in China, regular HTTP also seems to have ceased to work yesterday. :-( – Thilo Dec 10 '10 at 1:36
which GAE forums are there? The google groups is also censored.. The *.blogspot.com, censored. seems stackoverflow is one of the only uncensored forums left. – user526498 Dec 11 '10 at 0:59

1 Answer

No. The always-on feature affects the provision of application instances on the backend; it has no effect on the routing of requests from the frontend to your app.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.