Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question