第 27 章 线程池服务配置

27.1. 默认的公共线程池配置
27.2. 多路复用线程池配置
27.3. WebServer线程池配置
27.4. 自动调优线程池配置

线程池服务为com.apusic.util.ThreadPoolService。用到线程池的服务有Muxer, WebService, JMSServer。如果没有为某个特定服务配置线程池,则使用默认的公共线程池,即名为apusic:service=ThreadPool,name=default的线程池。