Download List

프로젝트 설명

FAPWS (Fast Asynchronous Python WSGI Server) is a fully WSGI-compliant Web server for the Python environment. It is designed to be small and fast and is capable of handling many concurrent connections.

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.

2011-01-23 05:39
0.9

이 릴리스는 몇 가지 수정하고 몇 가지 흥미로운 새 기능이 포함되어 있습니다. 추락 이제 경우 귀하의 콜백 메서드에서 "반환"명령을 잊지에서 피할 수 있습니다. 더 나은 Django 어댑터가 추가되었습니다. 세션 개체가 어떤 세션 ID에 (일반적으로 사전) 연결에 파이썬 개체를하실 수 있습니다, 추가되었습니다. 쿠키 파서 (base.py에서) 추가되었습니다. 클라이언트가 깨진 연결의 관리를 개선했습니다. 새로운 다중 개체는 게 좋을 업로드를 관리할 수 있도록 추가되었습니다. 새로운 HTML 양식 생성기는 SimpleForm, 추가되었습니다.
This release contains several fixes and some interesting new features. A crash is now avoided in case you forget the "return" command in your callback method. A better Django adaptor was added. A session object was added, which allows you to associate a Python object (typically a dictionary) to a session ID. A cookie parser was added (in base.py). Management of connections broken by the client was improved. A new multipart object was added, allowing you to better manage uploads. A new HTML form generator, SimpleForm, was added.

Project Resources