Download of asyncoro-1.4.tar.gz (asyncoro-1.4.tar.gz ( external link: SF.net): 107,059 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
107,059 字节
MD5
a0f91306e274eb8d55180479fdfad19c

项目描述

asyncoro is a Python framework for developing concurrent, distributed, network programs with asynchronous completions and coroutines. Asynchronous completions implemented in asyncoro are sockets (non-blocking sockets), database cursors, sleep timers and locking primitives. Programs developed with asyncoro have same logic and structure as Python programs with threads, except for a few syntactic changes. asyncoro supports socket I/O notification mechanisms epoll, kqueue, /dev/poll (and poll and select, where necessary), and Windows I/O Completion Ports (IOCP) for high performance and scalability, and SSL for security