Hi folks,
with the latest updates to PyWX (more about that later on the PyWX list...)
and with some relatively minor changes to Quixote (already sent to the Quixote
list) I now have a generic handler for Quixote applications to be served
through PyWX/AOLserver.
--
AOLserver is a high-performance threaded Web server used by AOL.com and
digitalcity.com; it's a great application server. It is open source.
http://aolserver.com/
PyWX embeds Python in AOLserver, allowing Python Web applications to make
full use of the internal AOLserver API.
http://pywx.idyll.org/
Quixote is a nifty little Web application framework for Python that sports
(among other things) a very programmable interface and a nice way to write
URLs.
http://www.mems-exchange.org/software/quixote/
--
The handler is attached; I will make it part of the PyWX distribution with
the next release. Most of this code has been in use for months, although
only recently have I enabled multithreading.
--titus