Download von asyncoro-2.0.tar.gz (asyncoro-2.0.tar.gz ( externer Link: SourceForge.net): 65,096 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf asyncoro-2.0.tar.gz ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
65,096 Bytes
MD5
dfdca1b42692f9e3d7e5db24541f1c5e

Projektbeschreibung

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