bounded-buffer
There are 15 repositories under bounded-buffer topic.
PierceGriffiths/Producer-Consumer-Plus-Plus
C++ version of https://github.com/PierceGriffiths/Producer-Consumer/
abhineet-pandey/pthread_producer_consumer
C program for producer consumer with producer @ infinte rate and consumer @ defined
edson-a-soares/producer_consumer
The Consumer/Producer problem in a real application using Boost and Poco.
isarandi/throttledpool
Parallel process pool that throttles the task producer thread to avoid out-of-memory issues
jElhamm/Semaphore-MultiTasking
"This repository showcases the implementation of semaphores, a synchronization tool."
ccmurdoc/Bounded_Buffer
The producer–consumer problem (also known as the bounded-buffer problem). Aclassic example of a multi-process synchronization problem. This application aims to solve this using Win32 API.
DoniaWaleed/Bounded-Buffer-Problem
Multithreading code to solve the bounded buffer problem with GUI
igortheodoro/produtor-consumidor
Implementação em JavaScript do clássico problema dos Sistemas Operacionais
noo-rain/DNS-Resolver
DNS Resolver Engine
PierceGriffiths/Producer-Consumer
Implementation of the producer-consumer problem written in C
Borewit/bounded-queue
Bounded batch queue, where items are produced and consumed based on user specified functions
harr1424/Operating-Systems
A repository to contain code written as part of a course in operating system fundamentals
jonledet/synchronization
This project is a tool to help better understand classic problems of synchronization in multi-threading using synchronization primitives.
MBadriNarayanan/OSLab
Operating Systems Lab work done during V Semester
sudhamstarun/Producer-Consumer-Interaction
An implementation of multithreaded program to count keywords in a documents and return statistics