Skip to content

Question: Can I use gRPC for .. #36

@antgr

Description

@antgr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions