As there is only one controller and only one set of heads, simultaneous
operation to a disk is impossible. However, if two or more processes
(wherever they might be), issue access requests simultaneously, the
controller driver can put the requests in a queue. The controller would
then execute the requests in sequence. You might be hard pressed to see
much degradation.
In your particular case, the desktop will always win because requests from
the laptop are slowed down by the speed of the network and by the processing
time required to go from the network to the controller.
Yes. A server might be a trifle slower because it may have a queue for
incoming requests and a queue for disk access. Exactly how servers work
depends on who writes the code.
Jim
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.