[Chicago] threads and xmlrpc?
Garrett Smith
g at rrett.us.com
Thu Jan 29 16:44:22 CET 2009
----- "Lukasz Szybalski" <szybalski at gmail.com> wrote:
> Hello,
> I'm running a threaded app using some calls via xmlrpc.
I'd look to decouple the server from your application. HTTP connections, thread management, etc. are very solved problems. You want a wsgi server (e.g. cherrypy) and something to let you plug your RPC implementation into it as middleware.
I'm sure the project owner, who happens to frequent this list, can comment in greater detail, but this project looks about right...
http://code.google.com/p/wsgi-intercept/
More information about the Chicago
mailing list