On Jun 22, 9:49 pm, Tristan <tristan.slomin...@gmail.com> wrote:
> User sends a request for a page.. cold start, need new instance  ~
> 10,000 ms = 10s.
> User stares at it for 2 seconds, clicks an interaction... we're
> unlucky, new instance ~10,000 ms = 10s.
> User executes a task that delegates something to the queue. Oh no,
> start of a task, new instance ~10,000 ms = 10s.

If your instances are taking 10000ms of CPU to start up, you're doing
something horribly wrong.  Period.

-- 
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-appeng...@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.

Reply via email to