brouter/brouter-server
Sergej Orlov 24d0e97c34 http server: do not terminate old thread when threads limit reached
Original implementation of the thread pool was limiting max number of
threads by terminating oldest thread if the limit was already reached and
a new request has arrived. This was causing broken responses under load.
Instead we now wait until one of the threads completes before starting a
new one.
2020-02-02 22:26:26 +01:00
..
src http server: do not terminate old thread when threads limit reached 2020-02-02 22:26:26 +01:00
pom.xml 1.5.5 versioning 2019-07-30 11:42:22 +02:00