GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse
Support multithreading in local GAE runs
Open
App Engine Standard
blocked
enhancement
p4
priority: p4
- Dominant language
- Java
- Stars
- 90
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
http://stackoverflow.com/questions/42902949/gae-development-server-ignores-threadsafe-flag
Currently we restrict the max module instance count to 1 to provide a less surprising UX with the trade-off of not supporting concurrent request processing.
To implement this properly may require changes to the devappserver too.
Contributor guide
Assessment
This issue has not been assessed yet.