Nonsequential and Distributed Programming with Go: Synchronization of Concurrent Processes
English | 2025 | ISBN: 3662709287 | 433 Pages | PDF (True) | 7 MB
English | 2025 | ISBN: 3662709287 | 433 Pages | PDF (True) | 7 MB
After a short chapter on basic aspects of software engineering and its realization in Go, this book introduces to nonsequential and distributed programming with Go. It systematically presents basic concepts for the synchronization and communication of concurrent processes. These include locks, semaphores, fairness and deadlocks, monitors, local and network-wide message passing, networks as graphs, network exploration, distributed depth and breadth first search, and the selection of a leader in networks. In order to make readers familiar with the concepts, the author always takes up the same classic examples. This makes learning easier, because the concepts presented can be compared more easily with the language resources.