You could perhaps do it in a very crude fashion using traffic splitting.

https://developers.google.com/appengine/docs/adminconsole/trafficsplitting

ie users can be directed to a consistent(ish) version. And each version has
its own instances.


But you can't stop each version spawning multiple instances, and hence
invalidating and instance cache.


As noted, use Memcache!

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to