-
In the simple setup below I am expecting the gunicorn to process at least 4 requests in parallel, but I get just 2. In addition, we tried to configure number of workers == 1 with 2 threads, then we got just 1 request being processed in a given moment. We are sending 53 requests in parallel in each setup. simple_app.py:
gunicorn_dev_conf.py:
docker run command:
Parallel curl command:
simpleJson.json:
output:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the patience with my reply! 😅 I suspect it's better to ask in the Meinheld repo directly, as this one only connects that with Gunicorn, but they are the ones doing the work. |
Beta Was this translation helpful? Give feedback.
Thanks for the patience with my reply! 😅
I suspect it's better to ask in the Meinheld repo directly, as this one only connects that with Gunicorn, but they are the ones doing the work.