Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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á.
- Host: GitHub
- URL: https://github.com/tibetteixeira/operating-system
- Owner: tibetteixeira
- Created: 2021-01-09T00:08:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T17:31:00.000Z (over 3 years ago)
- Last Synced: 2024-07-30T19:46:28.136Z (4 months ago)
- Topics: java-remote-method-invocation, java-threads, operating-system, process-management, process-scheduler, process-synchronization, pthreads, remote-procedure-call, socket, threads
- Language: Jupyter Notebook
- Homepage:
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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