On Feb 11, 9:30 pm, Jonathan Curran <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to