- Distributed Computing with Python
- Francesco Pierfederici
- 75字
- 2021-07-09 19:30:13
The mixed paradigm
Since most of the computers we buy today (2016) are multicore and often even both multiprocessor and multicore, any distributed application that we will write is likely to run on such systems. This brings us to being able to exploit both distributed computing and parallel computing techniques in our code. This mixed distributed-parallel paradigm is the de-facto standard nowadays when writing applications distributed over the network. As usual, reality is rarely binary.
推薦閱讀
- Learning RabbitMQ
- C語言程序設計基礎與實驗指導
- Python應用輕松入門
- Visualforce Developer’s guide
- 深入淺出Go語言編程
- CRYENGINE Game Development Blueprints
- Instant Debian:Build a Web Server
- R Data Science Essentials
- Visual Basic程序設計(第三版)
- Android應用開發實戰(第2版)
- Java7程序設計入門經典
- C語言程序設計
- 現代CPU性能分析與優化
- Xamarin Cross-Platform Development Cookbook
- Developing Java Applications with Spring and Spring Boot