Master/Slave
Last updated
Was this helpful?
Last updated
Was this helpful?
Master is a module state that indicates which module instance is taking decisions for the system.
Slave is another instance state that indicates the module is taking orders from the master application. The slave instance can still exectute some actions as opposed to modules where the standby module does not take any actions.
Example: tboamapp is a master/slave type application. The master tboamapp makes most decisions, but the slave tboamapp is still responsible to start applications on its host.