There are two points need to mention I think: - GAE instance serve one (or multiple requests on concurrency) requests at a time only - GAE operations (e.g. datastore) charge extra, which depends on what your app does. Currently under the new pricing, more than 50% of the charge of my app is for Datastore write and read. (i.e. more than instance charge)
I know its hard to compare GAE with others just by numbers. But since you are doing it... -- 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/-/8NqU3zBXTVgJ. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.