message processing/threads

Irmen de Jong irmen.NOSPAM at xs4all.nl
Sat Feb 17 19:01:06 EST 2007


Jonathan Curran 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.
> 
> Is my thinking correct? Is there a better way to do such a thing?

For your interest:
Pyro includes a "server" by itself that takes care of all of this.


--Irmen



More information about the Python-list mailing list