Re: Protocol for thread communication

2008-03-06 Thread castironpi
> > Does anyone have any recommended ideas/ways of implementing a proper > > control and status protocol for communicating with threads?  I have a > > program that spawns a few worker threads, and I'd like a good, clean way > > of communicating the status of these threads back to the main thread. >

Re: Protocol for thread communication

2008-03-05 Thread castironpi
On Mar 4, 11:12 pm, Michael Torrie <[EMAIL PROTECTED]> wrote: > Does anyone have any recommended ideas/ways of implementing a proper > control and status protocol for communicating with threads?  I have a > program that spawns a few worker threads, and I'd like a good, clean way > of communicating

Re: Protocol for thread communication

2008-03-05 Thread bockman
On 5 Mar, 06:12, Michael Torrie <[EMAIL PROTECTED]> wrote: > Does anyone have any recommended ideas/ways of implementing a proper > control and status protocol for communicating with threads?  I have a > program that spawns a few worker threads, and I'd like a good, clean way > of communicating the

Re: Protocol for thread communication

2008-03-04 Thread Samuel
On Tue, 04 Mar 2008 22:12:00 -0700, Michael Torrie wrote: > Does anyone have any recommended ideas/ways of implementing a proper > control and status protocol for communicating with threads? I have a > program that spawns a few worker threads, and I'd like a good, clean way > of communicating the

Protocol for thread communication

2008-03-04 Thread Michael Torrie
Does anyone have any recommended ideas/ways of implementing a proper control and status protocol for communicating with threads? I have a program that spawns a few worker threads, and I'd like a good, clean way of communicating the status of these threads back to the main thread. Each thread (wrap