CUCEI: Operating Systems-Usage, Adaptation, and Exploitation Problem-Solving Seminar
-
Updated
Nov 14, 2022 - Java
CUCEI: Operating Systems-Usage, Adaptation, and Exploitation Problem-Solving Seminar
I recently tackled the classic Producer-Consumer problem using Java and multithreading. This problem is a fundamental example in concurrent programming, showcasing how producers and consumers can work together while sharing a common buffer.
page 318 BigDecimal Source code for 'Beginning Java 7' by Jeff Friesen
Projects with multi-process and multi-threading
Proyecto 2 - Programacion Concurrente Y Paralela
Core Java Assignment Solution Programs
Create 2 classes with fields and methods. It is necessary to synchronize the methods of these classes with each other, i.e. to display values one by one (class 1, class 2, 1, 2, etc.)
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.
Proyecto 1 - Programacion Concurrente Y Paralela
search engine simulator. Implement both the client and the server side, with emphasis on multithreaded programming and synchronization of these. Involves the use of sockets. server that efficiently handle large number of clients.
App that shows how threads work
This repository contains mini projects created in java using swing for GUI. This collection of Java programs is designed to provide beginners and intermediate-level programmers with a range of small and concise examples to help them learn and explore the fundamentals of Java programming.
Projects for university
This repository consists of the work I did in Java as practice.
This repository is for the programs I developed in Java.
Client/Server application using the TPTP protocol built using Java.
Add a description, image, and links to the thread-synchronization topic page so that developers can more easily learn about it.
To associate your repository with the thread-synchronization topic, visit your repo's landing page and select "manage topics."