Downloadliste

Projektbeschreibung

Syncless is an experimental, lightweight, non-blocking (asynchronous) client and server socket network communication library implemented in Stackless Python 2.6. It contains an asynchronous DNS resolver (using dnspython) and an HTTP server capable of serving WSGI applications. It aims to be a coroutine-based alternative of event-driven networking engines (such as Twisted and FriendFeed's Tornado). It is already about that fast, but it has fewer features and is less stable now.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-04-19 17:46
0.03

Diese Version wurde komplett neu geschrieben, so hat es Drop-in-Ersatz für die eingebaute Python-Funktionen wie socket.socket, socket.gethostbyname, ssl.SSLSocket, time.sleep und select.select. Der Ersatz-Implementierungen können leicht monkey-gepatcht, so Legacy (Blockierung) pure Python I / O-Code non-blocking gemacht kann, ohne einen Code zu ändern. Core-Funktionalität ist jetzt in Pyrex / cython für höhere Geschwindigkeit geschrieben.
This version was completely rewritten so it has drop-in replacements for the built-in Python functions such as socket.socket, socket.gethostbyname, ssl.SSLSocket, time.sleep, and select.select. The replacement implementations can be easily monkey-patched, so legacy (blocking) pure Python I/O code can be made non-blocking without a code change. Core functionality is now written in Pyrex/Cython for greater speed.

Project Resources