User:PythonshellDebugwindow/TemplateWikipediaXML
Jump to navigation
Jump to search
Rockefeller?
The entrance queue is ordered. The pool is not.
Every command takes N seconds to execute, for some unique value of N for each command.
+------------------------------------+
| Pool |
| ↑ 1,6,5,1 ↑ |
+-------- ↓ -------------- ↑ --------+
↓ ↑
4,5,8
Capacity = 20
Current = 13
+------------------------------------+
| Pool |
| ↑ 1,6,5,1,4 ↑ |
+-------- ↓ -------------- ↑ --------+
↓ ↑
5,8
Capacity = 20
Current = 17
Programs are entrance queues, from front to back.