Order high priority requests in the same order they are requested.
Use a class to hold the high priority requests and low priority requests. Each request is appended to the correct list in the order received. If a request needs to be requeued after an error, it is placed at the head of the corresponding list.
Loading
Please register or sign in to comment