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
- Host: GitHub
- URL: https://github.com/marselester/single-channel-queuing
- Owner: marselester
- Created: 2012-11-13T05:09:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T05:09:51.000Z (over 12 years ago)
- Last Synced: 2024-05-02T00:42:45.489Z (about 1 year ago)
- Language: Python
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.