Design and Implementation of a Feedback Algorithm of Thread Pool Based on POSIX Thread Library

Wu Weirong,Liang Alei,Wu Gang
DOI: https://doi.org/10.3969/j.issn.1007-757X.2006.05.019
2006-01-01
Abstract:In this paper, we propose a feedback algorithm of thread pool based on POSIX thread library. The number of thread and the tasks which will be handled in a single thread is adjusted and the behavior of the thread pool is determined by monitoring the response time and throughput of thread pool. The experiment shows that this algorithm can stabilize the throughput and response time, avoiding the huge performance fluctuation.
What problem does this paper attempt to address?