Re: [jetty-users] Interleaving requests for fairness/starvation?

2020-06-01 Thread Matthew Boughen
waiting contexts on the queue. This is making Thread.yield feel very simple. cheers On Mon, 1 Jun 2020 at 13:51, Matthew Boughen mailto:knabb...@live.co.uk>> wrote: Hi I was wondering if anyone could confirm whether what we've done is sensible - it seems to work, but I'm not

[jetty-users] Interleaving requests for fairness/starvation?

2020-06-01 Thread Matthew Boughen
Hi I was wondering if anyone could confirm whether what we've done is sensible - it seems to work, but I'm not really confident and would like to know how righteous it is! Our HTTP server processes requests that can take minutes at a time, the handling for which can easily be broken down into