C-Move request so slow with gunicorn #873
novichikhin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Common DICOM Client code
Simple python script code
Output:
384 2.6142295409990766
Flask application with gunicorn with gthread worker (in one process and one thread)
gunicorn --bind "127.0.0.1:8000" --worker-class "gthread" test:app
Output:
384 5.645078083998669
Why is this happening and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions