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?

Got it, thank you all!

On Fri, May 25, 2018 at 1:02 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
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.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top