public marks

PUBLIC MARKS with tags wsgi & http

2012

Home | diesel

by jdrsantos
The performance of nonblocking I/O meets the convenience of coroutines. Packed with a bunch of useful protocols and a first-class toolkit for concurrency, diesel is the best way to write network applications in Python.

2010

Green Unicorn

by marco
Green Unicorn (gunicorn) is an HTTP/WSGI Server for UNIX designed to serve fast clients and nothing else. This is a port of Unicorn in Python.

La licorne verte

by marco
Pour faire bref, c’est le projet unicorn porté en python, pour servir vos webapps favorites, écrites dans votre framework favoris (paste, django, pylons …)

2009

Let's talk about WSGI

by marco
HTTP is hard, let's go shopping!

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.

PUBLIC TAGS related to tag wsgi

code +   extension +   google +   gunicorn +   html +   http +   mongodb +   network +   nginx +   programming +   py +   python +   redis +   server +   Unicorn +   use +   web +   websockets +   zeroMQ +  

Active users

jdrsantos
last mark : 21/05/2012 14:31

marco
last mark : 08/03/2010 21:37

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