Re: [Tutor] oo design/interaction quandary

2009-12-26 Thread Alan Gauld
"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.

Re: [Tutor] oo design/interaction quandary

2009-12-25 Thread Kent Johnson
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

[Tutor] oo design/interaction quandary

2009-12-25 Thread Brian Jones
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