Categories
How does handling multiple connections work in Django?
As far as I know, python has a GIL that does not allow multithreading. How then can Django handle many connections? Just wondering.
Answer the question
In order to leave comments, you need to log in
Processes, the number is configured not in Django, in the application server, uwsgi, gunicorn and others.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question