in Operating System
838 views
0 votes
0 votes
Assume that you are trying to download a large $2$-GB file from the Internet. The file is available from a set of mirror servers, each of which can deliver a subset of the file’s bytes; assume that a given request specifies the starting and ending bytes of the file. Explain how you might use threads to improve the download time.
in Operating System
by
838 views

1 Answer

0 votes
0 votes
As per me , 1st break that large file into subsets and use USER LEVEL THREAD to execute each subset with single thread

 

Please correct me if i was wrong

And also please acknowledge if I was right
by

Related questions