johanotoka / Simul

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simul

This program does a probabilistic simulation of a client server system. The clients generate job packages at random times and place them on the global queue. Every package takes a random amount of time to execute and if the servers are busy the package stays on the queue. At every time interval a the client and the server are woken up to simulate work done during this interval.

About


Languages

Language:C 96.6%Language:Makefile 3.4%