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

chore(implementation): Use Jetty handlers rather than Servlets #241

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gregw
Copy link

@gregw gregw commented Sep 29, 2023

Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.

@gregw
Copy link
Author

gregw commented Sep 29, 2023

This is a step toward #235

Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.
@gregw gregw changed the title chore(implementation): Remove servlets and use jetty-9.4 handlers chore(implementation): Use Jetty handlers rather than Servlets Oct 3, 2023
Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.
@gregw gregw marked this pull request as ready for review October 3, 2023 04:20
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.

2 participants