subject

A server accepts and processes requests from clients. The server keeps the results of the most recent requests in memory as a cache. A new request arrives on average every 25 ms. The processing of each request takes 15 ms. If the requested result is not in the memory cache, additional 75 ms are needed to access the disk. On average, 80% of all requests can be serviced without disk access. The creation of a new thread takes 10 ms. Required:
a. Should the server be implemented as a single-threaded or a multi-threaded process?
b. What percentage of disk accesses would have to be satisfied without disk access for the two approaches to break even?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
Which of the following commands is more recommended while creating a bot?
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
Need asap assignment directions: think of an organization (business, religious institution, volunteer organization, sports team) with which you have been involved. imagine outfitting it with an it infrastructure. prepare a plan for what you would do to support outfitting it. draw a map of a network connecting all the individuals, give them pcs and printers, and lay out the design as best you can. the purpose is to begin working with these concepts, not to build a perfect network.
Answers: 2
question
Computers and Technology, 22.06.2019 23:30
Define a function printfeetinchshort, with int parameters numfeet and numinches, that prints using ' and " shorthand. ex: printfeetinchshort(5, 8) prints: 5' 8"
Answers: 1
question
Computers and Technology, 23.06.2019 10:00
Install and use wireshark program ( send back screen shots and other vital information) case project 3-2: decode a tcp segment in a wireshark capture in this chapter, you walked through tcp segment to interpret the data included in its header. in this project, you use wireshark to capture your own http messafes, examine the tcp headers, and practice interpreting the data you'll find there. 1. open wireshark and snap the window to one side of your screen. open a browser and snap that window to the other side of your screen so you can see both windows.
Answers: 2
You know the right answer?
A server accepts and processes requests from clients. The server keeps the results of the most recen...
Questions
Questions on the website: 13722359