Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tibetteixeira/operating-system

Repository for the Operating Systems discipline at the Federal University of Ceará.
https://github.com/tibetteixeira/operating-system

java-remote-method-invocation java-threads operating-system process-management process-scheduler process-synchronization pthreads remote-procedure-call socket threads

Last synced: 7 days ago
JSON representation

Repository for the Operating Systems discipline at the Federal University of Ceará.

Awesome Lists containing this project

README

        

# Operating Systems discipline repository

## Worked concepts:
- Process fork
- Communication between Processes
* Socket
* Remote Procedure Call (RPC)
* Java Remote Method Invocation (RMI)
- Threads
* Java Threads
* PThreads
- Process Scheduler
* First-Come, First-Served (FCFS) Scheduling
* Shortest-Job-First (SJF) Scheduling
* Round Robin (RR)
- Process Synchronization
* Mutex
* Semaphore
* Monitors
* Atomic Transactions