- Mastering Concurrency Programming with Java 8
- Javier Fernández González
- 87字
- 2021-07-16 12:55:02
Chapter 2. Managing Lots of Threads – Executors
When you implement a simple concurrent application, you create and execute a thread per concurrent task. This approach can have some important issues. Since Java version 5, the Java concurrency API includes the executor framework to improve the performance of concurrent applications with a lot of concurrent tasks. In this chapter, we will cover the following:
- An introduction to executors
- The first example – the k-nearest neighbors algorithm
- The second example – concurrency in a client/server environment
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- 小程序實戰視頻課:微信小程序開發全案精講
- Building a Home Security System with Raspberry Pi
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- HTML5 Mobile Development Cookbook
- 精通搜索分析
- Learning Laravel 4 Application Development
- 算法訓練營:提高篇(全彩版)
- Haxe Game Development Essentials
- NetBeans IDE 8 Cookbook
- Modern C++ Programming Cookbook
- 從零開始:UI圖標設計與制作(第3版)
- Python網絡爬蟲技術與應用
- Java Web應用開發項目教程
- Mastering HTML5 Forms