I think what gholler means is that when a SECOND instance is being started
up because of too much traffic, "in order to serve you better", what
actually happens is that the client sees the startup time.

Therefore keeping the first instance "warm" would serve no purpose.

The way I see gholler´s proposal, whenever GAE decides to load a second
instance, it should do so in the background, using the first instance to
resolve requests until the second instance is ready. This way clients would
not wait 15 seconds for the instance to load.

Does it make sense?

On Fri, Mar 26, 2010 at 8:38 AM, James <jamesk...@gmail.com> wrote:

> One of the proposed solutions here (and now officially on the roadmap
> - wooo!) is the ability to pay a fee to keep your JVM "warm" and
> reduce the currently-frequent occurrences of startup.
>
> See
> http://groups.google.com/group/google-appengine-java/msg/dafc502f0957c58a
> for an overview of this and similar issues.
>
>
>
> On Mar 25, 5:29 pm, gholler <georgehol...@gmail.com> wrote:
> > When GAE is load balancing your app, and it decides to start up a new
> > instance, why are they sending a client request as the first hit to
> > your app?  Unless your app is trivial, you're going to have some
> > startup time. It's not a good job of load balancing if requests are
> > sent to an instance that isn't even started yet.  This is killing our
> > app.  The load balancer should get an HTTP 200 back from our instance
> > before sending any real traffic that way.
> >
> > Am I off-base here? Is anyone else deploying an app with a rich client
> > and a datastore back-end where this isn't a problem? I couldn't find
> > anyone at the Server Side Java Symposium last week that was deploying
> > to GAE.
> >
> > G
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Saludos cordiales,

Guillermo Schwarz
Sun Certified Enterprise Architect

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to