[google-appengine] Resident instance not serving the traffic

2013-04-03 Thread Aswath Satrasala
Hello,
I have the appid Application settings
Idle instances:  1 - Automatic

My app is idle, and I can see the logs, that there is no traffic
There is one Resident instance.

Now, I issue a servlet request from my browser
- New instance is created
- the request is served by the new instance

What is the purpose of Resident instance?

Google team, please suggest for the appropriate settings to avoid this
situation

-Aswath

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




Re: [google-appengine] Resident instance not serving the traffic

2013-04-04 Thread Barry Hunter
>
> - New instance is created
>

That is expected. Its there to serve the new traffic.



> - the request is served by the new instance
>

Are you absolutely sure of this? What evidence do you have?

Unless you can provide real verifiable evidence, there is probably little
Google can do. They need something to investigate.



>
> What is the purpose of Resident instance?
>

To accept the first hit, while a new dynamic instance is being spun up.

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