Skip to content

guisoares1/interprocess-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Completion Paper

The intent is to Compare the performance of different kernels as multiprogramming, multiprocessing and Inter-process communication. The project can be associated with the microservices architecture. Both the project and the microservices architecture involve breaking down a system into smaller and independent parts that work together to achieve a common goal, allowing for greater scalability and flexibility.

Installation

Compiler used is gcc version 9.3.0. We have made tests on Linux, Solaris and FreeBSD.

To instal the compiler (Gcc) use:

$ sudo apt update
$ sudo apt install build-essential

Usage

gcc trab3.c -o trab -lpthread
./trab

Advisor

Rivalino Matias Júnior

About

Multi thread, multi processes, implementation of synchronization between processes (Busy waiting and Semaphores) and use of Signal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages