Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #5287 - rework CompressionPool to use the jetty-util pool #5295

Merged
merged 10 commits into from
Oct 16, 2020

Conversation

lachlan-roberts
Copy link
Contributor

This is based on PR #5248 which should be merged before this PR.

@lachlan-roberts lachlan-roberts marked this pull request as ready for review September 25, 2020 14:06
@lachlan-roberts
Copy link
Contributor Author

@gregw take a look at the latest changes in commit 8325608. I am now sharing the CompressionPools between the GzipHandler and WebSocket, and sizing it based off the maxThreads of the ThreadPool.

@lachlan-roberts
Copy link
Contributor Author

@gregw can I get a re-review

Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice... but still some niggles

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@lachlan-roberts lachlan-roberts force-pushed the jetty-10.0.x-5287-CompressionPool branch from bb1a4b6 to 4690aa5 Compare October 14, 2020 11:32
@lachlan-roberts lachlan-roberts merged commit c95fc2a into jetty-10.0.x Oct 16, 2020
@lachlan-roberts lachlan-roberts deleted the jetty-10.0.x-5287-CompressionPool branch October 16, 2020 06:12
@lachlan-roberts lachlan-roberts linked an issue Oct 21, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CompressionPools should use the new jetty-util Pool class
3 participants