Skip to content

Use thread pool executor for async queries #146

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

Merged
merged 3 commits into from
Feb 16, 2019

Conversation

jnutting512
Copy link

When using servlet in async mode, a new thread is created for every request. The purpose of this pull request is to improve performance by using a ThreadPoolExecutor so threads will be reused.

@oliemansm oliemansm merged commit ceed1f3 into graphql-java-kickstart:master Feb 16, 2019
@oliemansm
Copy link
Member

Thanks @jnutting512!

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