Enforcing concurrent thread limit per IP in a WSGI/apache app
We're running a Flask app exposing data stored in a database. It returns a lot of 503 errors. My understanding is that those are generated by apache when the maximum number of concurrent threads is reached. The root cause is…