2010
How can I check the password of the IUSR and IWAM local accounts on a machine?
by brianwaustin (via)2009
The Beast unveiled: inside a Google server - Ars Technica
by brianwaustin (via)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.