Read this
http://stackoverflow.com/questions/11525717/when-does-the-app-engine-scheduler-use-a-new-thread-vs-a-new-instance

Bye

Il giorno venerdì 22 febbraio 2013, Jerome O'Flaherty ha scritto:

> Guys,
>    I have marked my application as threadsafe but it does not seem to
> every call the application multiple times, rather the App Engine always
> create a new instance. I have tested this by basically sleeping for 20
> seconds on one request (the application implemented a Jersey REST service)
> and with nothing else being executed all new requests cause the App engine
> to launch a new instance, in fact multiple new instances?
>
>   Is there something else I need to do to allow a single instance handle
> multiple requests? Its seems to be a complete waste and more/less causes
> the app engine to be much more expensive than it needs to be.
>
> All help appreciated.
>
> Thanks
>
> Jerome
>
> --
> 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 <javascript:_e({},
> 'cvml', 'google-appengine%2bunsubscr...@googlegroups.com');>.
> To post to this group, send email to 
> google-appengine@googlegroups.com<javascript:_e({}, 'cvml', 
> '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.
>
>
>


-- 
Sent from Gmail Mobile

-- 
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.


Reply via email to