Concurrent Programming in C (3rd year - 5th semester)
-
Updated
Jan 5, 2018 - C
Concurrent Programming in C (3rd year - 5th semester)
Speed up text streams processing by distributing input to a number of worker processes and merging their output back (fork-join computational model).
ATM ConCurrencies is a simple prototype of a program that mimics the work of an ATM system using concurrent processes and inter-process communication (IPC) services. This version includes functionalities with message queues, semaphores, shared memory and architectures for exploring deadlocks and livelocks.
A C coded math game that prompts a user for a number of questions, and asks simple equations to be answered within 5 seconds. After the questions, the program shows the user their results.
Add a description, image, and links to the concurrent-processes topic page so that developers can more easily learn about it.
To associate your repository with the concurrent-processes topic, visit your repo's landing page and select "manage topics."