Concurrencia en Java
-
Updated
Dec 27, 2022 - Java
Concurrencia en Java
A multithreaded arcade-style space defense game built with Java Swing, featuring real-time shooting mechanics, dynamic difficulty scaling, and responsive gameplay elements.
Assignment #2 in SPL university course. Topics: concurrency/parallelism, thread management, microservices.
Simulation of an extended Dining Philosophers Problem to utilize semaphores, multithreading in distributed environment. Philosophers at 5 tables need two forks to eat. If deadlock occurs, one moves to a 6th table. The simulation ends when the 6th table deadlocks.
Proyecto 6 - Programacion Concurrente Y Paralela
This project involves simulating a Package Conveyor Routing System using Java. The project showcases key concepts in concurrent programming, such as thread management, manual synchronization, and resource sharing.
This project simulates a pizzeria's operations, utilizing multi-threading to handle customer orders and cooking processes concurrently, ensuring efficient order management and processing. This is a final project for my parallel and concurrent programming course.
This is only for Advance Java practice purpose
Proyecto 5 - Programacion Concurrente Y Paralela
Add a description, image, and links to the thread-management topic page so that developers can more easily learn about it.
To associate your repository with the thread-management topic, visit your repo's landing page and select "manage topics."