N
N
Nmm3332019-11-13 09:18:02
Django
Nmm333, 2019-11-13 09:18:02

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

1 answer(s)
D
Dr. Bacon, 2019-11-13
@Nmm333

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 your question

Ask a Question

731 491 924 answers to any question