Closed yondonfu closed 4 years ago
At the moment, the API uses bjoern as the WSGI server which is single threaded. We believe that in order to handle parallel requests, the API would need to use a WSGI server that supports multi-threading such as gunicorn.
Closed by #114
At the moment, the API uses bjoern as the WSGI server which is single threaded. We believe that in order to handle parallel requests, the API would need to use a WSGI server that supports multi-threading such as gunicorn.