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

What Is Async, How Does It Work, and When Should I Use It?

Description

Python's asynchronous frameworks, like asyncio, Tornado, and Twisted, are increasingly important for writing high-performance web applications. Even if you're an experienced web programmer, you may lack a rigorous understanding of how these frameworks work and when to use them. Let's see how asyncio's event loop works, and learn how to efficiently handle very large numbers of concurrent connections.

Attendees will learn when to use async and when not to. They'll learn about asyncio, a major new feature in the Python 3.4 standard library: what it is, how it works, and how to use it for high-concurrency web programming.

About the speaker

Author of Motor, an async MongoDB driver for Tornado, and of Toro, a library of locks and queues for Tornado coroutines. Author of GreenletProfiler. Contributor to Python, PyMongo, MongoDB, Yappi, Tornado, and Tulip.

Details

Improve this page