Tools for the synchronization on the instance of key.
-
Updated
Aug 3, 2023 - Java
Tools for the synchronization on the instance of key.
Java library that prevents user from running more than one instances of the same Java application - a.k.a. AppMutex
Cross platform named mutex which provide a system-wide mutex synchronization primitive
Dynamic event-driven actors: events, actors, multi-threading, lock-free ring buffer Disruptor
Sample examples of multi-threaded code in Java.
Parallel and Distributed Calculations Labs
This project is a restaurant management simulation created using Java and Swing. It simulates the roles of restaurant staff (customers, waiters, chefs, and cashiers) using multi-threading techniques.
Multi Threading & Synchronization in java
cloud-lock provides a means of distributed locking via cloud storage in Java. This let’s you do leader election to run certain workloads only once when your service is scaled out horizontally.
Example programs for illustration of Race Condition and Deadlock for Teaching Operating Systems
A Multithreading Communication example, separated to two different exercises which implements threads and uses of the mutex, semaphore method.
Exercises for Operating Systems Exam @ Unifi - Concurrent access to data, threads, synchronisation with semaphores and synchronised methods.
Projects for my CS340 operating systems class
Coursework on parallel programming where a function is calculated in N threads
A small simulation for an OS executing instructions using the known principles of an operating system and CPU and resources utilization.
🍽️ A dining philosophers problem simulator.
A JAVA application that uses mutual exclusion, JAVA sockets and threads to communicate between Clients on a particular network
Concurrent Program for Senate Bus problem
Add a description, image, and links to the mutex topic page so that developers can more easily learn about it.
To associate your repository with the mutex topic, visit your repo's landing page and select "manage topics."