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

[Do not merged]Buffered Writes to rpc channel and async everywhere #192

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

pragnagopa
Copy link
Member

This is an experimental PR for through put issue. Current implementation follows request/reply pattern for every message sent from the host.
A grpc write task i.e sending message from host to language worker only completes when the language worker reads the message. Current implementation of the worker forces host to wait on the grpc response for any request. This specificically impacts invocation requests.

@pragnagopa
Copy link
Member Author

@daxian-dbw - Let's sync up offiline

@pragnagopa pragnagopa changed the title Buffered Writes to rpc channel and async everywhere [Do not merged]Buffered Writes to rpc channel and async everywhere Apr 17, 2019
@pragnagopa pragnagopa requested a review from daxian-dbw April 17, 2019 19:36
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.

1 participant