Skip to content

Releases: nuno-silva/proj-so

ex5-release

06 Dec 00:05
Compare
Choose a tag to compare
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

17 Nov 18:56
Compare
Choose a tag to compare
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

01 Nov 01:25
Compare
Choose a tag to compare

Parallel writer and sequential reader, both with locks.

ex2-release

26 Oct 16:20
Compare
Choose a tag to compare

Sequential reader, parallel writer.

Known issues:

  • writer_parent only waits for one child #2 (will be fixed in the next release)

ex1-release

01 Nov 01:27
Compare
Choose a tag to compare

Sequential reader/writer.