Skip to content

Separate Data/Meta-Data in the communication protocol #18

@mtottenh

Description

@mtottenh

There is no reason for the Scheduler to have a complete copy of the clients work packet.

The idea would be the following:

  1. Client calls API call
  2. executive sends meta-data to scheduler about clients request
  3. Scheduler produces a schedule.
  4. When a Job is selected to begin execution the Scheduler contacts the
    Executive with the information of which resource to send the data to.
  5. Executive sends the data to the resource and returns the result to the client

Communication overhead is then cut down considerably

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions