Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Priority treatment of health checks?

Hi,

On Fri, May 25, 2018 at 12:49 AM, Benjamin Jaton
<benjamin.jaton@xxxxxxxxx> wrote:
> Thanks Jesse, I created 2 separate servers but your approach is simpler /
> cleaner.

The advantage of using a dedicated connector with its own thread pool
(aka executor) is that you can set the thread priority on the
dedicated executor to be higher.

> On the QoSFilter solution I wonder, in theory isn't possible that the
> acceptor queue gets full and that the health check requests get rejected
> before reaching the filter?

It will be rare but it's possible - the second dedicated connector
will solve this as well.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top