"Brian Jones" wrote
My app launches threads that each consume messages from a queue, send
them
to a processor object, and then the processor needs to return the message
to
the main thread -- if the processing was successful -- and then the main
thread puts the message into a different queue.
On Fri, Dec 25, 2009 at 9:03 PM, Brian Jones wrote:
> Hi all,
> I'm having a design issue that's really bothering me. The code I'm writing
> is fairly large by now, but I've written what I think is a decent example
> that illustrates my problem.
> My app launches threads that each consume messages
Hi all,
I'm having a design issue that's really bothering me. The code I'm writing
is fairly large by now, but I've written what I think is a decent example
that illustrates my problem.
My app launches threads that each consume messages from a queue, send them
to a processor object, and then the