[Pycon] [new paper] "Jonas Obrist" - Artisanal Async Adventures

info a pycon.it info a pycon.it
Ven 18 Gen 2019 14:16:37 CET


Title: Artisanal Async Adventures
Duration: 45 (includes Q&A)
Q&A Session: 15
Language: en
Type: Talk

Abstract: If you want to write an efficient server, asynchronous networking is an excellent strategy to do so. To build a production ready system, you would use asyncio, tornado, twisted, trio or another popular implementation. However, to fully understand how and why it works, I will ignore these solutions and instead craft an artisanal asynchronous implementation in front of your very eyes. Step by step we will turn a blocking socket server, only capable of handling a single connection at a time, into a beautiful non blocking server that has no trouble dealing with many connections at once. By the end, you should see that asynchronous code is not magical at all, but nevertheless incredibly useful.



Tags: [u'event-driven-architecture', u'python3', u'async']


Maggiori informazioni sulla lista Pycon