public marks

PUBLIC MARKS with tags wsgi & server

2010

2009

Tornado Web Server Documentation

by greut

Tornado comes with limited support for WSGI. However, since WSGI does not support non-blocking requests, you cannot use any of the asynchronous/non-blocking features of Tornado in your application if you choose to use WSGI instead of Tornado's HTTP server. Some of the features that are not available in WSGI applications: @tornado.web.asynchronous, the httpclient module, and the auth module.

in other words: WSGI sucks

evserver - Google Code

by greut

EvServer is a lightweight http server, created especially to host python WSGI applications. Additionally, it supports little known Asynchronous WSGI extension, which was suggested by Christopher Stawarz. Using this extension it's possible to create an output html response in many data chunks, without blocking the main server process while your application waits for external resources.

Comet the WSGI way.

2006

PEP 333 -- Python Web Server Gateway Interface v1.0

by benoit & 1 other
This document specifies a proposed standard interface between web servers and Python web applications or frameworks, to promote web application portability across a variety of web servers.

PUBLIC TAGS related to tag wsgi

chinese +   code +   django +   extension +   google +   gunicorn +   html +   http +   nginx +   py +   python +   server +   use +   uwsgi +   web +  

Active users

marco
last mark : 07/03/2010 22:15

greut
last mark : 11/09/2009 06:50

benoit
last mark : 10/07/2006 06:51

nickcheng
last mark : 14/03/2006 04:51