Producer Consumer Problem
-
Updated
Oct 17, 2023 - Java
Producer Consumer Problem
Modelling carshop with thread-buyer and thread-producer. Using wait()-notify() for access to seller. 2nd: Reentrant lock
Multithreaded Java Program ReentrantLock ExecutorService
Demonstration of a concurrent printing system (Java & FSP), that has several students that share a printer to print documents, and two technicians that refill it with paper and toner cartridges.
creating a bounded-blocking queue using reentrant lock
Extended synchronization for GoLang
Concurrency examples in java | Многопоточность в java
CMPE261: Large Scale Programming. This repo includes 11 Worksheets and 3 Assignments about the course.
A repo with work done to Concorrent Programming Class.
This repository contains core java tutorials.
Here i do simple experiments in java for learning and Fun
Parallel and Distributed Computing (CPD) Second Project
Runs a performance test on concurrency of compare and swap operation; synchronized, locks, and atomic operation
O código em Java resolve o problema clássico do "Jantar dos Filósofos". Cinco filósofos alternam entre pensar e comer em uma mesa redonda. Cada filósofo, representado por uma thread, requer dois garfos adjacentes para comer.
Add a description, image, and links to the reentrantlock topic page so that developers can more easily learn about it.
To associate your repository with the reentrantlock topic, visit your repo's landing page and select "manage topics."