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.