- Mastering Concurrency Programming with Java 8
- Javier Fernández González
- 156字
- 2021-07-16 12:55:00
Chapter 1. The First Step – Concurrency Design Principles
Users of computer systems are always looking for better performance for their systems. They want to get higher quality videos, better video games, and faster network speed. Some years ago, processors gave better performance to users by increasing their speed. But now, processors don't increase their speed. Instead of this, they add more cores so that the operating system can execute more than one task at a time. This is named concurrency. Concurrent programming includes all the tools and techniques to have multiple tasks or processes running at the same time in a computer, communicating and synchronizing between them without data loss or inconsistency. In this chapter, we will cover the following topics:
- Basic concurrency concepts
- Possible problems in concurrent applications
- A methodology to design concurrent algorithms
- The Java concurrency API
- The Java memory model
- Concurrency design patterns
- Tips and tricks to design concurrency algorithms
推薦閱讀
- Spring技術內幕:深入解析Spring架構與設計
- Rust編程:入門、實戰(zhàn)與進階
- Docker進階與實戰(zhàn)
- STM32F0實戰(zhàn):基于HAL庫開發(fā)
- Flux Architecture
- GameMaker Programming By Example
- 用Python實現深度學習框架
- Mastering Google App Engine
- Mastering ServiceNow(Second Edition)
- JavaScript入門經典
- Mastering JavaScript Design Patterns(Second Edition)
- Visual Studio 2015高級編程(第6版)
- 嵌入式Linux C語言程序設計基礎教程
- Java EE架構設計與開發(fā)實踐
- VMware vSphere 5.5 Cookbook