I've got a small App Engine site built in Java, and I don't understand the 
traffic splitting behavior that's going on.  I have it set to maintain one 
idle instance and spin up others as is sees fit.  This, however, is what I 
see in the "Instances" section of the dashboard:

*QPS    Latency   Requests  Errors  Age             *
0.000  0.0 ms    10        0       1 day, 1:56:27  (Idle)
0.083  162.0 ms  541       0       4:03:04         (Dynamic)

My idle instance is somehow dodging work, while the dynamic one is handling 
almost all the requests.  Why is this happening?  If I'm only going to be 
making use of one instance, I'd prefer to avoid having two, for obvious 
reasons.

-Andrew

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to