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

CXF-8951: Concurrent WebClient usage causes massive thread overhead (the case when single instance of WebClient is used from many threads) #1850

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reta
Copy link
Member

@reta reta commented May 6, 2024

The original issue was describing the case when WebClient instance is created per thread. However, there is another case when single instance of WebClient is used from many thread, that also led to massive thread overhead.

@reta reta changed the title CXF-8951: Concurrent WebClient usage causes massive thread overhead (the case when single instance of WebClient is used from many thread) CXF-8951: Concurrent WebClient usage causes massive thread overhead (the case when single instance of WebClient is used from many threads) May 6, 2024
…the case when single instance of WebClient is used from many threads)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant