Description
EuroPython 2022 - Async Django - presented by Ivaylo Donchev
[Wicklow Hall 1 on 2022-07-14]
This talk will cover:
- What is the difference between asynchrony and concurrency?
- Python and Django tools for asynchronous programming.
- Examples of efficient and inefficient "async" Django views.
- How does Django handle requests asynchronously - the path from NGINX to the database
- How should we handle thread-blocking operations?
- A brief history and roadmap of Django's async support
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa/4.0/