Thank you all for your input. I now have some new ways that I need to
look into and see what fits best.
Thanks once again,
Jonathan
--
http://mail.python.org/mailman/listinfo/python-list
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
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
In article <[EMAIL PROTECTED]>,
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.
I've been thinking about this for a bit and wanted some input as to the design
of it. The problem is as such:
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 mak