Download of asyncoro-4.5.5.zip (asyncoro-4.5.5.zip ( external link: SF.net): 341,748 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
341,748 bytes
MD5
86977c5c0b86bfd6ac9c3c9d48026a9b

Projeto Descrição

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