We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Async Django

Formal Metadata

Title
Async Django
Title of Series
Number of Parts
112
Author
License
CC Attribution - NonCommercial - ShareAlike 4.0 International:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
This talk will cover: 1. What is the difference between asynchrony and concurrency? 2. Python and Django tools for asynchronous programming. 3. Examples of efficient and inefficient "async" Django views. 4. How does Django handle requests asynchronously - the path from `NGINX` to the database 5. How should we handle thread-blocking operations? 6. A brief history and roadmap of Django's async support