Open akerekes opened 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.
We should probably wait until we've made the devappserver1 transition to work on this.
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.