I have a multithreading MFC application. But I don’t want to have hacky code for threading as it will cause headaches to maintain the system. So I am looking for right patterns for the threading code.
I have read Pattern-Oriented Software Architecture: Patterns for Concurrent and Networked Objects (POSA2) but after that reading, I can’t help but feel lost somewhere. I think I’d better look at real application applying these design patterns. It does not have to be MFC application or windows application since I want to look at usage of the patterns. Can you give any hint or advice on this?
I was very close to it and found several ones from the author’s web site!.