Hi,

I've got a PHP app running in standard AppEngine. It does use a bit of 
memory for in-app image manipulation. I'm wondering what happens when there 
are enough concurrent users of my web app that the current instance(s) 
don't have the memory to handle more users (i.e. so it's not a CPU load 
issue, or other things (?) that might cause the app to scale). I don't want 
the users to see errors or a non-working app, I just want the AppEngine 
autoscaler to add another instance(s).

Is this how things work? If not, is there a way to get autoscaling to 
happen on the basis of current instances running out of memory?

Many thanks!
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dbee6543-a471-4507-8ef5-3cd645d1b5bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to