Queuing Rule Of Thumb
   HOME

TheInfoList



OR:

The Queuing Rule of Thumb (QROT) is a mathematical formula, known as the queuing constraint equation when it is used to find an approximation of servers required to service a
queue __NOTOC__ Queue () may refer to: * Queue area, or queue, a line or area where people wait for goods or services Arts, entertainment, and media *''ACM Queue'', a computer magazine * ''The Queue'' (Sorokin novel), a 1983 novel by Russian author ...
. The formula is written as an
inequality Inequality may refer to: Economics * Attention inequality, unequal distribution of attention across users, groups of people, issues in etc. in attention economy * Economic inequality, difference in economic well-being between population groups * ...
relating the number of servers (''s''), total number of service requestors (''N''), service time (''r''), and the maximum time to empty the queue (''T''): : s>\frac  QROT serves as a rough heuristic to address queue problems. Compared to standard queuing formulas, it is simple enough to compute the necessary number of servers without involving
probability Probability is the branch of mathematics concerning numerical descriptions of how likely an Event (probability theory), event is to occur, or how likely it is that a proposition is true. The probability of an event is a number between 0 and ...
or
queueing theory Queueing theory is the mathematical study of waiting lines, or queues. A queueing model is constructed so that queue lengths and waiting time can be predicted. Queueing theory is generally considered a branch of operations research because the ...
. The
rule of thumb In English, the phrase ''rule of thumb'' refers to an approximate method for doing something, based on practical experience rather than theory. This usage of the phrase can be traced back to the 17th century and has been associated with various t ...
is therefore more practical to use in many situations.


Formula

A derivation of the QROT formula follows. The ''arrival rate'' is the ratio of the total number of customers ''N'' and the maximum time needed to finish the queue ''T''. : \lambda=\frac The ''service rate'' is the reciprocal of service time ''r''. : \mu=\frac It is convenient to consider the ratio of the arrival rate and the service rate. : \rho=\frac Assuming ''s'' servers, the ''utilization'' of the queuing system must not be larger than 1. : U=\frac<1 Combining the first three equations gives \rho=\frac=\frac. Combining this and the fourth equation yields U=\frac=\frac<1. Simplifying, the formula for the Queuing Rule of Thumb is s>\frac.


Usage

The Queuing Rule of Thumb assists
queue management How does the queue management system work? Queue management is the process of managing the experiences of customers waiting in the queue to improve business.This system quantifies queuing demand for your business, such that your staff can be mad ...
to resolve queue problems by relating the number of servers, the total number of customers, the service time, and the maximum time needed to finish the queue. To make a queuing system more efficient, these values can be adjusted with regards to the rule of thumb. The following examples illustrate how the rule may be used.


Conference lunch

Conference lunches are usually self-service. Each serving table has 2 sides where people can pick up their food. If each of 1000 attendees needs 45 seconds to do so, how many serving tables must be provided so that lunch can be served in an hour? ''Solution:'' Given ''r'' = 45, ''N'' = 1000, ''T'' = 3600, we use the rule of thumb to get ''s'': s>\frac\Longrightarrow s>\frac\Longrightarrow s>12.5. There are two sides of the table that can be used. So the number of tables needed is \frac = 6.25. We round this up to a whole number since the number of servers must be discrete. Thus, 7 serving tables must be provided.


Student registration

A school of 10,000 students must set certain days for student registration. One working day is 8 hours. Each student needs about 36 seconds to be registered. How many days are needed to register all students? ''Solution:'' Given ''s'' = 1, ''N'' = 10,000, ''r'' = 36, the rule of thumb yields ''T'': s>\frac\Longrightarrow T>\frac\Longrightarrow T>\frac\Longrightarrow T>360,000. Given the work hours for a day is 8 hours (28,800 seconds), the number of registration days needed is \left\lceil\frac\right\rceil=13 days.


Drop off

During the peak hour of the morning about 4500 cars drop off their children at an elementary school. Each drop-off requires about 60 seconds. Each car requires about 6 meters to stop and maneuver. How much space is needed for the minimum drop off line? ''Solution:'' Given ''N'' = 4500, ''T'' = 60, ''r'' = 1, the rule of thumb yields ''s'': s>\frac\Longrightarrow s>\frac\Longrightarrow s>75. Given the space for each car is 6 meters, the line should be at least 75\times6=450 meters.


See also

* Little's law


References


Further reading

* * {{cite conference, url=http://dl.acm.org/citation.cfm?id=2998590, title=Persuasive Technology for Reducing Waiting and Service Cost: A Case Study of Nigeria Federal Medical Centers, first1=Tochukwu Arinze, last1=Ikwunne, first2=Rita, last2=Orji, conference=Proceedings of the First African Conference on Human Computer Interaction, publisher=
Association for Computing Machinery The Association for Computing Machinery (ACM) is a US-based international learned society for computing. It was founded in 1947 and is the world's largest scientific and educational computing society. The ACM is a non-profit professional member ...
, location=Nairobi, Kenya, pages=24–35, doi=10.1145/2998581.2998590


External links


Queueing Rule of Thumb Calculator
Production planning Customer experience Queueing theory