google-app-engine-python

GAE shutdown or restart all the active instances of a service/app

久未见 提交于 2019-11-27 08:13:17
问题 In my app (Google App Engine Standard Python 2.7) I have some flags in global variables that are initialized (read values from memcache/Datastore) when the instance start (at the first request). That variables values doesn't change often, only once a month or in case of emergencies (i.e. when google app engine Taskqueue or Memcache service are not working well, that happened not more than twice a year as reported in GC Status but affected seriously my app and my customers: https://status

Choosing Java vs Python on Google App Engine

对着背影说爱祢 提交于 2019-11-26 07:54:05
问题 Currently Google App Engine supports both Python & Java. Java support is less mature. However, Java seems to have a longer list of libraries and especially support for Java bytecode regardless of the languages used to write that code. Which language will give better performance and more power? Please advise. Thank you! Edit: http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine?pli=1 Edit: By \"power\" I mean better expandability and inclusion of available