An open API service indexing awesome lists of open source software.

https://github.com/marselester/single-channel-queuing

The single-channel queuing system with refusals
https://github.com/marselester/single-channel-queuing

Last synced: about 1 month ago
JSON representation

The single-channel queuing system with refusals

Awesome Lists containing this project

README

        

===============================================
The single-channel queuing system with refusals
===============================================

It receives requests by ``n`` time. ``n`` is a uniformly distributed random
number. Request processing time ``m`` is a random variable with an exponential
distribution. If channel is not free when request arrives, then request will
be leaving system unserved.