ThesaHelp: references c-d
Topic: managing shared memory
Group: digital communication
Topic: a single system image
Topic: communication port
Topic: optimistic update for concurrency control
Topic: data caching
Topic: time
| |
Reference
Cheriton, D.R.,
"Problem-oriented shared memory: A decentralized approach to distributed system design ",
The 6th International Conference on Distributed Systems, IEEE Computer Society, May 1986, pp. 190-197.
Google
Quotations
190 ;;Quote: a distributed system most maintain shared state; allows functioning as a single system
| 190 ;;Quote: problem-oriented shared memory necessary because full consistency is too expensive; use for evaluating communication
| 190+;;Quote: shared memory is the right abstraction for shared state in sophisticated distributed systems
| 191 ;;Quote: make communication look like memory via ports (a queue of buffers), message screening or filtering, and logical addressing
| 192 ;;Quote: problem-oriented shared memory implements fetch, store, and consistency maintenance for specific applications
| 192 ;;Quote: a relaxed fetch operation may return stale data, incorrect data, or "don't know"
| 192+;;Quote: a relaxed store operation may discard the store because of update conflicts
| 192 ;;Quote: in some applications, can detect stale data on use and recover by locating a correct copy
| 192 ;;Quote: in some applications, cached data may be slightly out of date
| 193 ;;Quote: a data fetch may be optional; e.g., an application could extrapolate, substitute, or forward a request
| 193 ;;Quote: applications may tolerate lost or revoked store operations; e.g., if fetched and stored values are not compared
| 194 ;;Quote: time-of-day can be seen as shared memory; maintained locally with periodic corrections from a network time server
| 195 ;;Quote: for problem-oriented shared memory, communication must have efficient/reliable transport, multicast, network data pointers, and process invocation
| 195 ;;Quote: for problem-oriented shared memory need to program user-specific fetch and store operations at each machine
|
Related Topics
ThesaHelp: references c-d (337 items)
Topic: managing shared memory (74 items)
Group: digital communication (11 topics, 295 quotes)
Topic: a single system image (30 items)
Topic: communication port (40 items)
Topic: optimistic update for concurrency control (35 items)
Topic: data caching (28 items)
Topic: time (48 items)
|