站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Java Concurrency in Practice

Chapter 8.  Applying Thread Pools - Java Concurrency in Practice

Previous Page
Next Page

Chapter 8. Applying Thread Pools

Chapter 6 introduced the task execution framework, which simplifies management of task and thread lifecycles and provides a simple and flexible means for decoupling task submission from execution policy. Chapter 7 covered some of the messy details of service lifecycle that arise from using the task execution framework in real applications. This chapter looks at advanced options for configuring and tuning thread pools, describes hazards to watch for when using the task execution framework, and offers some more advanced examples of using Executor.


Previous Page
Next Page