A
A
Artur Zenkov2016-04-24 02:40:31
Python
Artur Zenkov, 2016-04-24 02:40:31

How do workers work in gunicorn with aiohttp?

Do I understand correctly that one worker (aiohttp.worker.GunicornWebWorker) creates one event_loop and asynchronously executes all requests in one thread?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
arctblake, 2016-04-24
@Hrom

Each worker is a separate process. In each process - its event loop is spinning.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question