- 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.
推薦閱讀
- C++ Primer習題集(第5版)
- 自己動手寫搜索引擎
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Learning Data Mining with Python
- 人臉識別原理及算法:動態人臉識別系統研究
- Hands-On C++ Game Animation Programming
- Python數據分析(第2版)
- 零基礎學Java程序設計
- PostgreSQL Replication(Second Edition)
- GameMaker Programming By Example
- JavaScript 程序設計案例教程
- Mastering Apache Maven 3
- 組態軟件技術與應用
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰