
October 8th, 2006, 02:59 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 7
Time spent in forums: 41 m 50 sec
Reputation Power: 0
|
|
|
C++ Book Question
Hi, i am taking a class at my college and I am having trouble with part c now. Can anyone help me out?
thx
20. "Suppose you have a collection of 500 large images stored in files, one image per file, and you wish to "animate" these images by displaying them in sequence on a workstation at a rate of at least 15 images per second over a high-speed network. Your secondary storage consists of a disk farm with 30 disk drives, if you request it. Your drives are guaranteed to perform I/O at a steady rate of 2 megabytes per second. Each image is 3 megabytes in size. Network transmission speeds are not a problem."
a. Describe in broad terms the steps involved in doing such and animation in real time from disk?
b. Describe the performance issues that you have to consider in implementing the animation. Use numbers?
c. How might you configure your I/O system to achieve the desired performance?
|