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

backpressure feature #35

Open
nielsboldt opened this issue Sep 11, 2014 · 2 comments
Open

backpressure feature #35

nielsboldt opened this issue Sep 11, 2014 · 2 comments

Comments

@nielsboldt
Copy link

I will start implementing a kind of back pressure feature in the near future.

The reason for doing this is that in error scenarioes where a couchbase node is done or not responding it can cause my entire application to become unresponsive. My current debugging efforts shows that it is caused by excessive garbage collection which is happening because a lot of operations has queued up and requests just keeps coming from the load balancer.

Would you be interested in adding this feature to the driver as a kind of optional feature. I would off course maintain it for the future or do you think it is a kind of feature creep?

@mathieuancelin
Copy link
Member

Hi,

it can be a great feature, but I don't see how you can achieve that in the core driver.

Can you tell me more ?

@mathieuancelin
Copy link
Member

Hi,

any news on that one ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants