- Learning Concurrent Programming in Scala
- Aleksandar Prokopec
- 177字
- 2021-08-05 17:08:15
Chapter 1. Introduction
"For over a decade prophets have voiced the contention that the organization of a single computer has reached its limits and that truly significant advances can be made only by interconnection of a multiplicity of computers."
--Gene Amdahl, 1967
Although the discipline of concurrent programming has a long history, it gained a lot of traction in recent years with the arrival of multicore processors. The recent development in computer hardware not only revived some classical concurrency techniques, but also started a major paradigm shift in concurrent programming. At a time, when concurrency is becoming so important, an understanding of concurrent programming is an essential skill for every software developer.
This chapter explains the basics of concurrent computing and presents some Scala preliminaries required for this book. Specifically, it does the following:
- Shows a brief overview of concurrent programming
- Studies the advantages of using Scala when it comes to concurrency
- Covers the Scala preliminaries required for reading this book
We will start by examining what concurrent programming is and why it is important.
- MySQL數據庫管理實戰
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- OpenCV實例精解
- 體驗設計原理:行為、情感和細節
- Network Automation Cookbook
- 精通搜索分析
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Troubleshooting PostgreSQL
- 數據結構習題解析與實驗指導
- Python大學實用教程
- Clean Code in C#
- 貫通Tomcat開發
- Photoshop智能手機APP界面設計
- C語言從入門到精通
- 深入理解Java虛擬機:JVM高級特性與最佳實踐