198k views
0 votes
Some example questions include: ""How does multithreading affect the throughput of a GetFile Server hosting many very large files?"" or ""How does multithreading affect the average response time for a GetFile server hosting a few small files?""

1 Answer

1 vote

How does multithreading affect the throughput of a GetFile Server hosting many very large files?

Answer:

It create multiple threads of large file which eventually causes in slowing down the speed of server which results in slower response time.

How does multithreading affect the average response time for a GetFile server hosting a few small files?

Answer:

Multiple threads in smaller files result in rapid response time and enormous process speed in small files.

User BryanP
by
4.4k points