asyncio-nous
Jak i dlaczego spróbować asynchronicznego I/O z biblioteki standardowej
Presented at
- PyCon PL 2014 (slides - PDF, 290 KiB)
Code
- aiotest (for automated testing
asyncio
code)
Linki
- C10k
- PEP-3156 -- Asynchronous IO Support Rebooted: the "
asyncio
" Module - A deep dive into PEP-3156 and the new asyncio module
- How async I/O works - and sometimes doesn't
- Guido's keynote about
asyncio
at PyCon US 2013 - libraries etc.:
- aiohttp - HTTP client/server library
- aioredis - Redis client
- aiomcache - memcached client
- aiopg - PostgreSQL client (psycopg2 wrapper)
- asyncio-mongo - MongoDB client
- aioamqp - AMQP client
- asynqp - another AMQP client
- aiodns - DNS resolver
- websockets - WebSockets client/server library
- rainfall - web micro framework
- nacho - another web micro framework
- Pulsar - concurrent framework