Simulation of the service of a restaurant, counts on the use of the threads, semaphores (mutual exclusion) and the known solutions of the problems producer/consumidor and writer/reader.
-
Updated
Apr 16, 2019 - Java
Simulation of the service of a restaurant, counts on the use of the threads, semaphores (mutual exclusion) and the known solutions of the problems producer/consumidor and writer/reader.
Multi Threading in Java
Repositório de resolução de exercícios da disciplina de Linguagem de Programação 3 do IFSP
This repo will be used to learn some of the advance concepts of java, that includes many fundamental topics from OOPs, Multithreading, Strams and lamdas to error handling
🚙🚘🚦 Simulación del proceso de fabricación de carros. Proyecto para la materia sistemas operativos. Universidad Metropolitana. Usando hilos y semáforos para revolver problemas escritor/lector y productor/consumidor.
This is a Java desktop application with a graphical user interface (GUI) built using Swing. The application simulates a cargo train system that solves the classic Producer-Consumer problem by coordinating the transport of boxes between two locations, A and B, using multiple threads and semaphores.
sudokuValidator using Java Threads and Semaphores
Exercises for Operating Systems Exam @ Unifi - Concurrent access to data, threads, synchronisation with semaphores and synchronised methods.
A simulation of a taxi transport system using semaphores and mutual exclusion to synchronize the taxi and people threads.
A simple Smart TV project made for an Operating Systems Course to put synchronization concepts into practice such as Semaphores and Monitors. The project is written in Java.
Visual representation of semaphores in Java multithreading
fb-core-lib - a system library for developing multitasking applications (technology of functional blocks)
Ejercicio acerca del uso de semáforos en Java para evitar condiciones de carrera
A sample java project to demonstrate java multi threading concepts
Solves the shared buffer problem in Java using semaphores with busy-waiting.
Senate Bus Problem Solution using Java Semaphores
Practice exercises from my education in Computer Science (second semester in Technology).
Add a description, image, and links to the semaphores topic page so that developers can more easily learn about it.
To associate your repository with the semaphores topic, visit your repo's landing page and select "manage topics."