Hey Alex Kerr,

The use of "threadsafe" is a question of whether you are declaring that 
your app can handle concurrent requests. This is described in the documentation 
for PHP 
<https://cloud.google.com/appengine/docs/php/config/appconfig#PHP_app_yaml_Using_concurrent_requests>.
 
If you can ensure that won't cause problematic behaviour (involving 
sessions, perhaps), you can safely turn on "threadsafe" and see a potential 
performance increase.

On Friday, January 29, 2016 at 5:30:58 PM UTC-5, Alex Kerr wrote:
>
> Hi,
>
> I'm building a PHP app on App Engine. What are the advantages and 
> disadvantages of setting the "threadsafe" setting in app.yaml and how do I 
> ensure my app is designed to be threadsafe?
>
> Thanks!
> Alex
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6b22c0cb-4482-4b16-ac7f-6b17f278f400%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to