Hi

You really need to read up on the architecture of App Engine, remember
app engine is a long way from the server.  It is not a server like
apache in it's own right.

As far you and your application is concerned there is no such thing,
Any pending connections will be handled in googles infrastructure and
is more than likely going to end up with a new instance starting up.

What would you hope to learn from such a thing if it was available and
what could
you do with the knowledge.

Rgds

Tim


On Apr 5, 5:18 am, Khai <khaitd...@gmail.com> wrote:
> With Apache we can configure the maximum length of the queue of
> pending connections using it's ListenBackLog directive 
> (http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listenbacklog).
>
> Can anyone with knowledge of the SDK internals please let me know the
> default maximum length of the queue of pending connections  (this
> would save me some time from having to dig through the source code)?
> Can we make this a configurable command-line option?
>
> Any responses would be appreciated.
>
> Thanks
> Khai
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to