Answer the question
In order to leave comments, you need to log in
How to set up Django and Eventlet to work together on a Python server?
Hello.
There is a server in Python with Django that works in conjunction with Nginx. There was a need for parallelization of requests, and I liked the Eventlet library. Can you tell me how to set up Django to work with Eventlet? And, in general, is it worth doing it. Maybe you will advise something else to replace this library?
Current server architecture with logic:
Nginx
|
| --- Python --- | --- Cython
| --- Django
| --- ?Eventlet?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question