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

Synchronous handlers block Event Loop thread #147

Open
jkinkead opened this issue Feb 20, 2018 · 0 comments
Open

Synchronous handlers block Event Loop thread #147

jkinkead opened this issue Feb 20, 2018 · 0 comments

Comments

@jkinkead
Copy link
Contributor

Our synchronous handlers block the Netty event loop thread while being executed.

These should be run in an asynchronous way.

It might be worth having a specialized handler for very fast request/response which runs in the main thread.

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

No branches or pull requests

1 participant