Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 520 Bytes

File metadata and controls

11 lines (9 loc) · 520 Bytes

Consumer and producer with asynchronous programming

Consumer and producer problem with random portions to buffers using asynchronous programming with ActiveObject design pattern. Solution made for concurrency theory course in AGH UST.

Main runs consumer and producer simulation data with customizable parameters suck as:

  • number of producers
  • number of consumers
  • size of buffer
  • time of doing extra task while waiting for answer
  • time to wait for statistics