ThesaHelp: references i-l
Group: organizations
Group: distributed systems
Topic: alias names
Topic: unique names
Topic: client-server model for distributed systems
Topic: message queues for communication
Topic: remote procedure call
Topic: asynchronous processing
Topic: responses to electronic mail
Topic: interprocess communication
Topic: implementing distributed systems and applications
Topic: efficiency
Topic: defensive programming
Topic: hardware for interprocess communication
Topic: reliable communication
| |
Reference
Liskov, B.,
"Report on the Workshop on Fundamental Issues in Distributed Computing",
SIGPLAN , 16, 10, pp. 20-49 , October 1981.
Google
Quotations
33 ;;Quote: office organizations are creative problem solvers, bargainers, and exception handlers
| 35 ;;Quote: in a distributed system, the same name may be used by different users for different objects, and different names may be used for the same object
| 38 ;;Quote: in a message-passing system, the sender can use procedure call semantics while the receiver use message queue semantics
| 38 ;;Quote: the sender blocks while the receiver can process messages in any order or control the sender
| 38 ;;Quote: handle concurrency with a manager process that only receives and replies to messages, and several helper processes
| 38 ;;Quote: if a process can do asynchronous activity after a message send, it should use a new, helper process and time-out process
| 38 ;;Quote: a message can include a forwarding address for replies; used by name servers, exception handlers, printer servers
| 38 ;;Quote: two different kinds of messages--many small, fast control messages and fewer, larger data transfers
| 45 ;;Quote: differing performance requirements for centralized vs. distributed systems; e.g., compare idle locomotives with idle cars
| 45 ;;Quote: with parity and memory correction, a bad bit in memory does not break a machine
| 46 ;;Quote: an Ethernet interface board can have serious hardware problems yet perform well; due to high-level protocols for fault handling
|
Related Topics
ThesaHelp: references i-l (342 items)
Group: organizations (19 topics, 426 quotes)
Group: distributed systems (14 topics, 344 quotes)
Topic: alias names (39 items)
Topic: unique names (57 items)
Topic: client-server model for distributed systems (25 items)
Topic: message queues for communication (36 items)
Topic: remote procedure call (44 items)
Topic: asynchronous processing (30 items)
Topic: responses to electronic mail (11 items)
Topic: interprocess communication (29 items)
Topic: implementing distributed systems and applications (41 items)
Topic: efficiency (96 items)
Topic: defensive programming (22 items)
Topic: hardware for interprocess communication (31 items)
Topic: reliable communication (29 items)
|