Releases: nuno-silva/proj-so
Releases · nuno-silva/proj-so
ex5-release
Fifth project version. Includes both a parallel writer, parallel reader and a monitor program. This version uses threads, locks, mutexes and semaphores. Sequential versions were removed.
ex4-release
Fourth project version. Includes a parallel writer using child processes and a parallel reader using threads, both with file locks. The sequential versions can still be used.
ex3-release
Parallel writer and sequential reader, both with locks.
ex2-release
Sequential reader, parallel writer.
Known issues:
- writer_parent only waits for one child #2 (will be fixed in the next release)
ex1-release
Sequential reader/writer.