Skip to content
#

producerconsumer

Here are 14 public repositories matching this topic...

Producer and Consumer are part of an application. The producer access a two dim matrix of int (of 100 x 100) and produces the memory address as an item and store it in a array of pointers to int. The consumers compete and get an entry of the array that corresponds to a row, and finds the number of primes in that row and adds it to a shared sum

  • Updated Dec 15, 2022
  • C

A concurrent job queue system built in Java w/ Spring Boot, retry logic, configurable worker pools, RESTful API endpoints. Designed as a learning project to explore idiomatic Java concurrency (ExecutorService) and the Producer–Consumer model. Inspired by real job queue systems such as Celery. This is a Java remake of my GoQueue project

  • Updated Dec 21, 2025
  • Java

A very basic lightweight, concurrent job queue system built in Go (Golang), featuring retry logic, customizable job types, RESTful API endpoints, and a simple React/TypeScript dashboard for monitoring and control. Meant to mimic the functionality of real-life Job Queue services e.g., Celery. At its core, it implements the Producer-Consumer Model.

  • Updated Dec 21, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the producerconsumer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the producerconsumer topic, visit your repo's landing page and select "manage topics."

Learn more