AFAIK two big limitations of the FLEX environment are the slow startup of 
new instances (10s of seconds vs. under 1 second for AppEngine Standard) 
and the fact that the default images are all configured to serve requests 
sequentially. You almost surely be better off moving the static files to an 
AppEngine standard module (standard and flex can co-exist in the same 
project, in different modules) and use the dispatcher 
(https://cloud.google.com/appengine/docs/standard/python/config/dispatchref) 
to serve the static files from there. Just don't forget to modify 
"expiration" in app.yaml since the default of 10 minutes is veeery short.

Attila

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1e6151ad-1a24-4ec5-865e-459cbe764a6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to