Some systems implement file sharing by allowing several users to read a single copy of a file simultaneously. Others provide a copy of the shared file to each user. Discuss the relative merits of each approach.
What will be an ideal response?
This depends somewhat on the nature of the file and the application. If the file contains
only nonmodifiable procedures or data, then sharing a single copy is straightforward (at
least compared to sharing modifiable files). If the files are modifiable, then the sharing
scheme may depend somewhat on the application. It could be that a single copy of the file
needs to be updated by several users, in which case they should share the single copy of the
file and their accesses should use concurrency control. Or each user might take a separate
copy of the file and use it for its own purposes, in which case separate copies might be made;
but this of course demands that the “master copy” of the file be preserved and kept up to
date properly for future users.
You might also like to view...
Consider a set of documents. Assume that all documents have been normal- ized to have unit length of 1. What is the “shape” of a cluster that consists of all documents whose cosine similarity to a centroid is greater than some specified constant? In other words, cos(d, c) ? ?, where 0 < ? ? 1.
What will be an ideal response?
Borders can present a problem for liquid layouts because browsers do not recognize ____ values for border widths.
A. pixel B. percentage C. specific D. binary
A bug has resulted in your program executing an infinite loop. What key can be pressed in conjunction with the C or Break (Pause) key to escape the loop?
A. Esc B. Ctrl C. Shift D. Alt
The ________ database is the most popular type used by businesses.
A) hierarchical B) relational C) multidimensional D) flat