Télécharger la liste

Description du projet

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.

Système requise

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

Cette version contient plusieurs correctifs et quelques nouvelles fonctionnalités intéressantes. Un accident est maintenant évitée en cas d'oubli de "retour" de commande dans votre méthode de rappel. Une meilleure carte Django a été ajouté. Un objet de session a été ajouté, ce qui vous permet d'associer un objet Python (typiquement un dictionnaire) à un ID de session. Un analyseur de cookie a été ajouté (en base.py). Gestion des liens brisés par le client a été amélioré. Un nouvel objet a été ajouté multipart, vous permettant de mieux gérer les téléchargements. Un générateur de forme nouvelle HTML, SimpleForm, a été ajouté.
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