On Dec 2, 3:09 pm, Josh Heitzman <[EMAIL PROTECTED]> wrote:
> Apparently GAE's infrastructure will just continue to spawn more
> processes as needed, so your app actually should continue to scale
> even if it waits 1 minute instead of 10 seconds for URLFetches, but
> operating your app will be more costly as memory usage time will be
> increased by a factor of 6.  Currently google isn't tracking memory
> usage time though (at least that we know of), so they couldn't
> actually charge for it at present.

More likely, they're not tracking CPU usage time - just overall time
spend handling a request (even if that's waiting for the datastore or
url fetch systems). This deals with memory usage as well in a neat and
simple way.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to