...The main idea is that a user can create one or more shared memory
areas where the programs exchange data. They can be aware of data
changes by making pools in a while loop. Every access to the shared
zone is conditioned by acquiring a semaphore lock. Data in the
memories can be easily saved to a file. Each method is thread safe
so concurrency related problems are solved by the library.
Program Base Library - lists, heaps, sets and more
This project internally uses the "PBL - The Program Base Library",
created by Peter Graf. ...