Question

Choose the most suitable multithreaded architecture can be used in each of the following cases: Server...

Choose the most suitable multithreaded architecture can be used

in each of the following cases:

  1. Server designed to handle 100 requests simultaneously.

  2. Editing a word document.

  3. Visitors’ tracking system in the ministry of defense, supported with surveillance

    cameras.

  4. Being able to check pdf document, watch a film, install a new program, copy files

    to a flash memory simultaneously.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. Server designed to handle 100 requests simultaneously : Simultaneous multithreading as this ensures that each core of CPU is break up into several threads to ensure performance.

2. Editing a word document : Interleaved multithreading as multiple threads may be in line but only one thread is accessed at a time.

3. Visitors’ tracking system in the ministry of defense, supported with surveillance cameras : Coarse-grained multithreading as there may be multiple cameras and only one camera can be focused at a time. This ensures rapid switch between threads.

4. Being able to check pdf document, watch a film, install a new program, copy files to a flash memory simultaneously : Simultaneous multithreading

Add a comment
Know the answer?
Add Answer to:
Choose the most suitable multithreaded architecture can be used in each of the following cases: Server...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT