- 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.
推薦閱讀
- VMware View Security Essentials
- TensorFlow Lite移動端深度學習
- CentOS 7 Server Deployment Cookbook
- Python Geospatial Development(Second Edition)
- 精通Python自然語言處理
- Rust Essentials(Second Edition)
- 大學計算機基礎實驗指導
- RubyMotion iOS Develoment Essentials
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Emotional Intelligence for IT Professionals
- Simulation for Data Science with R
- Getting Started with React VR
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 數字媒體技術概論
- Get Your Hands Dirty on Clean Architecture