I finally finished my WSGI Explorations article. It summarizes the state of the current projects, and has sections on Quixote, Paste, and QLime. It'll be published in Linux Gazette next month. I still need to double-check the code snippets. Any corrections or feedback are welcome. http://rex.kicks-ass.net/python/wsgi-explorations.html Also for reference: http://cafepy.com/rex/wsgi_server.py A WSGI wrapper for Quixote in the style of quixote.server.* Includes an updated version of QWIP and a threaded Publisher. http://cafepy.com/rex/cgi2scgi.py A Python version of cgi2scgi.c. http://rex.kicks-ass.net/python/superdemo1-2.2.tar.gz The Quixote Superdemo. (Unchanged since 10-Dec-2004.) All my Python stuff is now linked from http://rex.kicks-ass.net/python/ . -- Mike Orror