|
|
|
|
|
by sametmax
3213 days ago
|
|
Exactly. If you build an async project, but do the same things than WSGI frameworks we gain nothing. We already have perfectly capable and productive frameworks. We use them everyday, we make money with it. They work. Async allows to maintain low latency permanent connections between each clients, being it a web page, a task queue, a server worker, etc. We finally can have it all connected. We can broadcast setting changes, propagate cache invalidation, push action notifications, update task completions to subscribers, allow everybody to react to stuff on the file system or the db instead of polling, all in soft real time. The potential is amazing. We all can do HTTP req / resp. The question now is: how good the tooling around this cycle is. |
|
http://uwsgi-docs.readthedocs.io/en/latest/asyncio.html