GoogleCloudPlatform / google-cloud-eclipse

Google Cloud Platform plugin for Eclipse
Apache License 2.0
86 stars 49 forks source link

Support multithreading in local GAE runs #1639

Open akerekes opened 7 years ago

akerekes commented 7 years ago

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.

elharo commented 7 years ago

We should probably wait until we've made the devappserver1 transition to work on this.