github.com/nycdavid/zeus@v0.0.0-20201208104106-9ba439429e03/docs/terminology.md (about)

     1  # Terminology
     2  
     3  * a Client is a process initiated by the user requesting zeus to run a command.
     4  
     5  * the Master is the Go program which mediates all the interaction between the other processes
     6  
     7  * a Slave is a process managed by Zeus which is used to load dependencies for commands
     8  
     9  * a Command process is one forked from a Slave and connected to a Client