Skip to content

Producer Consumer problem in erlang. The program consists of many producers and consumers messaging each other concurrently through a simple load balancer.

Notifications You must be signed in to change notification settings

felipekunzler/producer-consumer-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Producer Consumer problem in erlang

The program consists of many producers and consumers messaging each other concurrently through a simple load balancer.

Building

erl

c(consumer), c(producer), c(loadbalancer), c(watcher), c(main).

Running

main:start({producer, 4, 1000}, {consumer, 2, 1000}).

Where: {producer, NumWorkers, JobIntervalms}, {consumer, NumWorkers, JobIntervalms}

The program can be stopped with main:stop().

About

Producer Consumer problem in erlang. The program consists of many producers and consumers messaging each other concurrently through a simple load balancer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages