Master/Slave
From TBwiki
(Difference between revisions)
(→Master) |
(→Slave) |
||
Line 3: | Line 3: | ||
== '''Slave''' == | == '''Slave''' == | ||
− | Slave is another instance state that is taking orders from the master application. The slave instance can still | + | 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 [[Active/Standby]] modules where the standby module does not take any actions. |
== '''Example''' == | == '''Example''' == | ||
Example: tboamapp is a master/slave type application. The master tboamapp is taking the decisions but the slave tboamapp is still responsible to start application on its host. | Example: tboamapp is a master/slave type application. The master tboamapp is taking the decisions but the slave tboamapp is still responsible to start application on its host. |
Revision as of 14:42, 30 December 2009
Master
Master is a module state that indicates which module instance is taking decisions for the system.
Slave
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 Active/Standby modules where the standby module does not take any actions.
Example
Example: tboamapp is a master/slave type application. The master tboamapp is taking the decisions but the slave tboamapp is still responsible to start application on its host.