Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Connections queue support #46

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

Connections queue support #46

wants to merge 1 commit into from

Conversation

emdagon
Copy link

@emdagon emdagon commented May 14, 2012

Instead of raise the TooManyConnections exception when maxconnections is reached, the outgoing requests will be queued until a slot become free.

I faced a problem regarding this issue on a high concurrency scenario, I did some tests and seems to work properly.

@FlorianLudwig
Copy link

Isn't this the same as pull request 45, #45 ?

@emdagon
Copy link
Author

emdagon commented May 29, 2012

@FlorianLudwig It solve the same problem, but the implementation it's a little bit different (In this one, the connection is taken on the releasing event, IMHO it's a little bit efficient)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants