PythonAsynchronous
概要
Python での 非同期とかその周辺
ライブラリ
- greenlet: Lightweight concurrent programming --- greenlet 0.3 documentation
- gevent: A coroutine-based network library for Python
- Eventlet Networking Library
サーバ
ネットワーク
MQ
WebSockets
MySQL Driver
マルチスレッド
- Pythonでマルチスレッド/プロセス処理を行う - norio's Blog
- gevent+pyqueryで並列にスクレイピングする - YAMAGUCHI::weblog
- Pythonにおける並行処理について - TorasenLab@はてな
- multiprocessing - chamber of python
multiprocessing
- multiprocessing入門 - def __mopemope__(self, *args, **kwargs):
- Plumber Jack: Using logging with multiprocessing
