Ofer,

Are you running on a UNIX platform?  I¹m currently running my XMLRPC version
with daemontools:

http://cr.yp.to/daemontools.html

Daemontools not only runs the script within it¹s own shell environment (so
it¹s as if you ran it directly from the command line) but also watches the
process and if it dies, restarts it automatically.  I can¹t brag enough
about this fantastic tool.

I actually looked at using paste but, for some reason, tried CherryPy
instead. Just like my Flup implementation, threading was a problem.  I tried
hacking CherryPy but it was a real pain in the butt to get ³just right².
I¹m glad to see that paste is a simple one line fix just like my
ThreadingMixIn sub-class.  I¹ll check that out.

TJ Ninneman




_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to