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

Python 3.4: AsyncIO

Description

비동기와 코루틴에 대한 간단한 설명과 함께 Python 3.4에 추가된 Asynchronous I/O 라이브러리인 asyncio에 대해 설명하고, 기존에 나와있는 gevent 등의 프레임워크와의 차별점에 대해 설명합니다.

그리고 기존에 threading 기반으로 짜여져있던 간단한 HTTP 투명 프록시를 asyncio로 다시 짜는 과정을 통해 코드를 비교하여 파이썬에서 비동기 작업을 구현하는 방법에 대해 논의해봅니다.

Improve this page