Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Steady-state measurements of a multi-threaded HTTP server shows that on average the server handles 16 connections at any given point in time. If the rate

Steady-state measurements of a multi-threaded HTTP server shows that on average the server handles 16 connections at any given point in time. If the rate with which connections are started is 48 connections per second and the time it takes a thread to service a given request is 100msec, answer the following questions:

a. What is your estimate of the average length of time that each one of these connections lasts?

b. What is the slowdown of the server?

c. What is the utilization of each of the HTTP server threads?

d. How many requests per seconds must each thread be processing?

e. What do you think is the level of threading (MPL) used by the server?

f. What assumptions did you have to make to answer the above questions?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions