S
S
Sergey Tikhonov2018-03-11 11:30:38
Python
Sergey Tikhonov, 2018-03-11 11:30:38

What is the fastest asynchronous framework for python?

The task is to receive tasks from RabbitMQ and make HTTP requests taking into account RateLimit, authorization and other business logic. The presence of networking clearly leads to the use of asynchronous frameworks like gevent, tornado, twisted, asyncio.
A question for those who have worked with these frameworks: on the same low-level tasks, which of them is faster?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Matveev, 2018-03-11
@DmMatveev

asyncio + uvloop

V
Vladimir, 2018-03-12
@vintello

then do not fool yourself, but do everything on celery. especially since you have a broker.
and I also think speed is hardly needed here, and more emphasis will be placed on quality, because the processes will be long and therefore you may need selenium
, in general, I think that the question is somewhat incomplete and from here you will have wrong advice

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question