C++ Processes and Threads

collaborating processes that use threads for communication

1.0 Concept

The intent for this repository is to hold some demonstrations of collaborating processes that internally spawn threads to handle communication. That is exactly what happens with the code in CppCommWithfileXfer. That code is fairly complex, so code here will take a small fragment and attempt to show clearly how things work.

2.0 Status

Now, the repository holds only the same Process demo provided in the Process repository along with a couple of small demos. I would recommend waiting for some additional code to be placed here before spending time with this repository.