Got it, thank you all! On Fri, May 25, 2018 at 1:02 AM, Simone Bordet <[email protected]> wrote:
> Hi, > > On Fri, May 25, 2018 at 12:49 AM, Benjamin Jaton > <[email protected]> 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 > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
