Message Passing Based Systems
摘要
This chapter focuses on message passing systems as a fundamental approach for communication and synchronisation in distributed systems, where processes cannot share memory. It illustrates the importance of message passing for efficient distributed computing and provides models like CSP and technologies like RMI to facilitate structured, reliable communication between processes.