- Mastering C++ Multithreading
- Maya Posch
- 84字
- 2021-07-15 17:33:59
Loosely and tightly coupled multiprocessing
A multiprocessing system does not necessarily have to be implemented within a single system, but can also consist of multiple systems which are connected in a network. Such a cluster is then called a loosely coupled multiprocessing system. We cover distributing computing in Chapter 9, Multithreading with Distributed Computing.
This is in contrast with a tightly coupled multiprocessing system, whereby the system is integrated on a single printed circuit board (PCB), using the same low-level, high-speed bus or similar.
推薦閱讀
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- 在最好的年紀(jì)學(xué)Python:小學(xué)生趣味編程
- 移動(dòng)UI設(shè)計(jì)(微課版)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實(shí)戰(zhàn)
- Unity Virtual Reality Projects
- Essential Angular
- The DevOps 2.4 Toolkit
- Elasticsearch Server(Third Edition)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- Visual C++開發(fā)入行真功夫
- C#應(yīng)用程序設(shè)計(jì)教程
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)
- Kotlin Programming By Example
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端