摘要: 线程池大小计算公式 N_thread = N_cpu * U_cpu * (1+W/C) U_cpu: target of CPU utilization W/C: rate of wait time to compute time 配置ThreadPoolExecutor 扩展ThreadPool 阅读全文
posted @ 2017-04-10 23:44 感遇 阅读(231) 评论(0) 推荐(0)