message processing/threads

fumanchu fumanchu at amor.org
Sat Feb 17 17:20:26 EST 2007


On Feb 11, 9:30 pm, Jonathan Curran <j... at icicled.net> wrote:
> I need a program running in the background to process
> messages (FIFO order) which I would send using
> soap/xmlrpc/pyro (haven't decided yet). According to
> my thinking I would need to make this a threaded
> application. One thread to process the messages
> and the other thread(s) would be used to listen for
> messages and insert it into the message queue.

You just described a threaded HTTP server ;) (although they aren't
strictly FIFO). If you did decide on SOAP or XML-RPC, feel free to
grab CherryPy instead of writing your own listener. http://www.cherrypy.org


Robert Brewer
System Architect
Amor Ministries
fumanchu at amor.org




More information about the Python-list mailing list