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

Using Automatic WorkQueue for Async JAX-RS responses #7083

Closed
andymc12 opened this issue Apr 1, 2019 · 0 comments
Closed

Using Automatic WorkQueue for Async JAX-RS responses #7083

andymc12 opened this issue Apr 1, 2019 · 0 comments
Assignees
Labels
in:JAX-RS in:MicroProfile release bug This bug is present in a released version of Open Liberty release:19004 team:Wendigo West

Comments

@andymc12
Copy link
Contributor

andymc12 commented Apr 1, 2019

The MP Rest Client and JAX-RS Client async APIs end up using the Automatic WorkQueue for handling async responses. This hurts performance (as it is basically just queuing up work to be added to another executor's queue) and can cause deadlock-like problems if the WorkQueue fills up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:JAX-RS in:MicroProfile release bug This bug is present in a released version of Open Liberty release:19004 team:Wendigo West
Projects
None yet
Development

No branches or pull requests

2 participants