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

c++ client expose option for client-side batching #295

Open
emaxerrno opened this issue Dec 2, 2018 · 0 comments
Open

c++ client expose option for client-side batching #295

emaxerrno opened this issue Dec 2, 2018 · 0 comments

Comments

@emaxerrno
Copy link
Collaborator

currently we flush() to the socket with ever RPC. This makes the RPC low latency but we give up all the throughput.

We could have a timeout style check. if not every 10RPC's or every 10ms? (smallest increment of the low resolution time?) kinda a bad deal for latency sensitive workloads but probably amazing for throughput ones.

See if exposing this is not too much work.

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

No branches or pull requests

1 participant