Question: You are writing a multi-threaded web server which uses threads to service requests for web pages. The system you are working on has support for

You are writing a multi-threaded web server which uses threads to service requests for web pages. The system you are working on has support for both kernel level threads and user level threads. The only way to read from a file on this system is the normal blocking read system call. Will you choose to implement the threads in user space or kernel space? Why? Explain your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
