Contribute Media
A thank you to everyone who makes this possible: Read More

Django meets asyncio

Description

Having (ab)used gevent monkey-patching combined with greenlets, we can now finally leverage async techniques using only the standard library.

After a quick intro, we presend a micro http-wsgi server written using asyncio, then we analyse performance and scalability.

We'll explore possible integration of the new asyncio package with django, starting from the most relevant example (pulsar). We'll also think of possible strategies for making it land in the core django.

A good knowledge of bot python and backend web programming (HTTP, wsgi) is needed.

Details

Improve this page