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

prevent starvation of the event loop under heavy load #1

Merged
merged 1 commit into from
Apr 9, 2014
Merged

prevent starvation of the event loop under heavy load #1

merged 1 commit into from
Apr 9, 2014

Conversation

rjuliano
Copy link

@rjuliano rjuliano commented Apr 9, 2014

found that when attempting to open a number of client connections greater that the pool size, the getAvailableConnection call was blocking the event loop

@rjuliano
Copy link
Author

rjuliano commented Apr 9, 2014

not sure what's going on there...tests are passing locally

@suguru
Copy link
Owner

suguru commented Apr 9, 2014

Thanks! Tests succeeded on retry

suguru added a commit that referenced this pull request Apr 9, 2014
prevent starvation of the event loop under heavy load
@suguru suguru merged commit 23bd1e4 into suguru:master Apr 9, 2014
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.

None yet

2 participants