A remote printing system serving a large pool of individuals
A remote printing system serving a large pool of individuals
can be very complicated to support. In theory, a simple queue that takes in print requests and dequeue’s them once they have been processed would serve all the required operations. However, there are significant problems that arise as far as user requests and other things. What are some of the issues that you can see with a simple queue that only supports First In First Out operations typical of a queue? (Enqueue, dequeue, peek, etc.)