Sign in to confirm you’re not a bot
This helps protect our community. Learn more
John Reese - Thinking Outside the GIL with AsyncIO and Multiprocessing - PyCon 2018
865Likes
45,081Views
2018May 12
Speaker: John Reese Have you ever written a small, elegant application that couldn't keep up with the growth of your data or user demand? Did your beautiful design end up buried in threads and locks? Did Python's very special Global Interpreter Lock make all of this an exercise in futility? This talk is for you! With the combined powers of AsyncIO and multiprocessing, we'll redesign an old multithreaded application limited by the GIL into a modern solution that scales with the demand using only the standard library. No prior AsyncIO or multiprocessing experience required. Slides can be found at: https://speakerdeck.com/pycon2018 and https://github.com/PyCon/2018-slides

Follow along using the transcript.

PyCon 2018

21.6K subscribers