A multi threaded, multi core solution to the sleeping barber problem in Java using Java Threads and Executor Service
-
Updated
Mar 20, 2020 - Java
A multi threaded, multi core solution to the sleeping barber problem in Java using Java Threads and Executor Service
Displays tracking information for the package delivery system.
Java Thread Analyzer(JTA) tool can be useful in analyzing thread dumps of a java process. The analysis can be done live using process id or offline after collecting thread dumps.
Threading concept
Simulation of rail network built using JavaFx, JAVA concurrency, and JAVA thread.
Job Management System that allows scheduling and execution of Jobs based on Priority. Developed using Spring Boot, Java Thread Scheduler and Apache Kafka
This project simulates a parking lot scenario using Java threads. It simulates the behavior of cars arriving at a parking lot, parking for a random amount of time, and then leaving. The simulation includes scenarios where the parking lot may be full and cars have to wait for a parking space to become available.
This project implement two different types of concurrent queues to determine which is most efficient. It simulates Bank queue and Grocery queue systems where customers arrive and are served by consumers.
matrix multiplication with/without java thread
Implementation of the concept of MultiThreading in Java Threads
The chat application is a secure messaging platform that allows users to communicate with one another over the internet.
This project implement two different types of concurrent queues to determine which is most efficient. It simulates Bank queue and Grocery queue systems where customers arrive and are served by consumers.
Concurrent Programming with Java Threads. The project imitates the scenario of a company containing 10 departments, making transactions over 50 of its internal accounts.
It is completely developed in the java language. - Implements data saving in Json files. - The design pattern used by MVP. - Use of Java Swing and AWT libraries. - Use of external libraries for managing Json files. - Use of javax sound library for managing sounds. - Use of threads in the animations and timing of the game. - Animation using sprites.
Multi-threaded simulation of the Dining Philosophers Problem extended to multiple tables. Detects and handles deadlocks as philosophers move between tables. Written in Java.
Add a description, image, and links to the javathreads topic page so that developers can more easily learn about it.
To associate your repository with the javathreads topic, visit your repo's landing page and select "manage topics."