Hi,
I have 2 dll's in an application. One process, 2 different threads. The 2 dll's are some kind of data sources and they need to start a data cycle at same time. The 3rd dll is a vizualization which has to show up the data. How can I make the 2 data sources start transmiting data at the same time. I tried using 2 mutexes but I end up blocking the entire procees. Can you please guide me to some articles or documentation that could help?
Thank you!