Hi How much memory and CPU gets allocated to a deployed instance of my application? Does it totally depend on usage so that the instance is completely shut down and doesn't use anything if there are no requests? What is then the minimum required to serve a request (in my case python) and can we buy a speed increase or are we forced to optimize a slow script and maybe it can't get optimized so we'd have to change our logic?
I think one instance defaults to 128 MB and 600 MHZ which is a rather restrained enviornment about half what used for PHP minimum and 1/4 of what I used for Java in a virtual Linux server. We're very happy with the GAE features and how the upgrades, fixes and features are going for our development. We're also happy with the new pricing which lowered our costs in some cases. We did not encounter a bug that we could not fix or workaround but there might be a new urllib2 bug in the 1.6.1 that we investigated (http://stackoverflow.com/questions/8411622/why-this-error-from-urllib) Thank you Nick Rosencrantz -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/kMUGxuze0l8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
