Krzysztof Płocharz
Results
2
comments of
Krzysztof Płocharz
Bug was introduced between versions 0.4.3 and 0.4.12
Looks like thread_pool_max is ignored. Cherrypy uses "ThreadPool" class to manage server threads. This class has "grow" method, which allows to create new threads, but it is never called. Also...