Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Avoid rapid threadpool growth to max when started under load

On Thu, Oct 28, 2021 at 9:43 PM Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
> The simpler approach would be to call
> QueuedThreadPool.setMaxThreads(newValue) after your initial burst.
> ... Jetty's QoSFilter ...

Very helpful. Thanks, Simone. The thread pool's setter will probably
work for us. If we run into issues, we'll look deeper into the logic
of the QoSFilter. Thanks for the suggestions and info.


Back to the top