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

Question: Can I use gRPC for .. #36

Open
antgr opened this issue Dec 25, 2020 · 0 comments
Open

Question: Can I use gRPC for .. #36

antgr opened this issue Dec 25, 2020 · 0 comments

Comments

@antgr
Copy link

antgr commented Dec 25, 2020

Can I use gRPC not for communication between different applications, but between two instances of the same application residing in different computers, for splitting a job achieving parallelization?
example:

  1. App1: {job1, job2, job,...jobn} // run in serial the processing of job1 to jobn, for example using threads in batches
  2. App1: { {job1, job_n1}, {job_n2, ... jobm1} , ...{ job_j, ... jobn}} send requests using gRPC
    run_to_remote_1({job1, job_n1})
    run_to_remote_2({job_n2, ... jobm1})
    ...
    run_to_remote_k({ job_j, ... jobn})

and then gather the results from each machine? Will this timeout?

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