What is a request queue?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a request queue?
Rating:
A request queue is a list of user requests. It acts on a first-come-first-serve basis. The dispatcher places the user requests in the request queue, if a server process is not immediately available. Whenever an idle server process detects a user request in the request queue, it tries to satisfy it with the server resources that are available.
Rating:
Was this information helpful?
Other articles
- What is COALESCE option?
- What is Emphasis method ?
- What are the steps involved in performance tuning?
- How to setup the AUTOTRACE utility?
- What is a resource consumer group?