Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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

그것은이 때문에이 버전을 완전히 재작 성했습니다 드롭 내장 socket.socket, socket.gethostbyname, ssl.SSLSocket, time.sleep 파이썬 함수와 같은 select.select 대체에 대한. () I / O를 코드는 코드 변경없이도 아닌 차단을 만들 수있는 순수한 Python을 차단 대체 구현을 쉽게 원숭이 패치가 있으므로 유산하실 수 있습니다. 핵심 기능은 지금 Pyrex / Cython에 더욱 속도를 위해 작성되었습니다.
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