Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 352 Bytes

terminology.md

File metadata and controls

9 lines (5 loc) · 352 Bytes

Terminology

  • a Client is a process initiated by the user requesting zeus to run a command.

  • the Master is the Go program which mediates all the interaction between the other processes

  • a Slave is a process managed by Zeus which is used to load dependencies for commands

  • a Command process is one forked from a Slave and connected to a Client