On May 19, 2007, at 17:27, Doug Hardie wrote:
One thing I just noticed. The following is in radiusd.conf:
thread pool { start_servers = 5 max_servers = 32 min_spare_servers = 3 max_spare_servers = 10 max_requests_per_server = 0 }
However, ps -H shows only 3 active threads. I would have expected more. But perhaps its idle right now. I think 8 threads is the most I have ever seen. The last crash was trying to start the 8th thread. Perhaps upping min_spare_servers above 8 would help.
Nope. Just tried the following: thread pool { start_servers = 5 max_servers = 32 min_spare_servers = 10 max_spare_servers = 20 max_requests_per_server = 0 } and the number of threads after several hours is still 3.