-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jetty 9.4.x 4105 4121 4122 queued thread pool (#4146)
Several QTP fixes: * #4105 Threads without jobs now check if they should idle die before waiting rather than before, this allows idling under steady load. 3ad6780 * #4121 ThreadFactory behaviour supported by doing thread config within newThread call. 7b306d7 * #4122 Always clear the interrupted status. c37a4ff task = queue.poll(timeout); Signed-off-by: Greg Wilkins <[email protected]>
- Loading branch information
Showing
2 changed files
with
122 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters