R
R
RealL_HarDCorE2015-07-15 15:30:46
Django
RealL_HarDCorE, 2015-07-15 15:30:46

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

1 answer(s)
S
sim3x, 2015-07-15
@ReaL_HarDCorE

No
janga is inherently synchronous

[uwsgi]
...
processes=4
...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question