Télécharger des asyncoro-3.6.14.tar.gz (asyncoro-3.6.14.tar.gz ( lien externe: SourceForge.net): 339,274 octets) va bientôt commencer. Sinon, cliquez sur asyncoro-3.6.14.tar.gz ( lien externe: SourceForge.net).

Informations sur le fichier

Taille du fichier
339,274 octets
MD5
869dcf391e16fa35c9d0ccb4c6b0c922

Description du projet

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