Using the programming language of your choice (preferably C++), write the process queue that would handle the user request. The program must allow for requests coming from different users or from one user.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Question
In this project you are to design a process queue that is responsible for handling the process
requests coming from different users. You have to take into consideration that users have
different levels of privileges and priorities.
Each user has an identification number and a password, in addition to process priorities.
One good idea is to design the queue using an array or pointers while preserving the first-in
first-out concept of the queue. For every process request received, the program should check
the privileges of that request and whether it can be moved forward in the queue to be served
by the operating system prior to serving the other requests.
Using the programming language of your choice (preferably C+), write the process queue
that would handle the user request. The program must allow for requests coming from
different users or from one user.
Transcribed Image Text:In this project you are to design a process queue that is responsible for handling the process requests coming from different users. You have to take into consideration that users have different levels of privileges and priorities. Each user has an identification number and a password, in addition to process priorities. One good idea is to design the queue using an array or pointers while preserving the first-in first-out concept of the queue. For every process request received, the program should check the privileges of that request and whether it can be moved forward in the queue to be served by the operating system prior to serving the other requests. Using the programming language of your choice (preferably C+), write the process queue that would handle the user request. The program must allow for requests coming from different users or from one user.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Race Condition
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,