M
M
Michael Kim2017-02-18 16:43:02
Flask
Michael Kim, 2017-02-18 16:43:02

AsyncIO + Aiohttp or Flask + Celery?

AsyncIO + Aiohttp or Flask + Celery? What to choose for a backend on which incoming requests will be processed for quite a long time?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2017-02-18
@sim3x

janga + selera

A
Andrew Nodermann, 2017-10-18
@Lucian

I suspect that it is no longer relevant, but it may be useful to someone.
If you don’t know how to write asynchronous code and don’t want to understand, then choose Celery and Flask. Celery has a more developed infrastructure, it also has task viewing through flower, but if you want to write your own bike and learn asynchronous programming with async/await, then choose the option with Asyncio + Aiohttp.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question