2015
2012
Home | diesel
by jdrsantos2011
2010
La licorne verte
by marco2009
Créer un serveur HTTP en 10 secondes sur Ubuntu grâce à Python « ®om's blog
by nicolargo (via)Tornado Web Server Documentation
by greutTornado 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 greutEvServer 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.
2008
Pylot | Open Source Web Performance Tool
by greut & 3 othersPylot is a free open source tool for testing performance and scalability of web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning.