Changes between Version 1 and Version 2 of MasterSlaveCommunication


Ignore:
Timestamp:
05/29/12 07:49:17 (12 months ago)
Author:
sa1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MasterSlaveCommunication

    v1 v2  
    1 The protocol for master-slave communication goes here. 
     1There is a new message-based protocol under development. This will replace the Twisted Perspective-Broker based protocol. 
     2For the current API, 
     3See: [http://buildbot.net/buildbot/docs/latest/developer/master-slave.html Master-Slave API] 
     4 
     5The developed protocol will be similar to the current API, but with incremental improvements. 
     6The current sequence diagram, if represented as messages, looks similar to this:  
     7 
     8[[Image(SequenceDiagram.png)]] 
     9 
     10Changes will include reducing the number of roundtrips, support for several masters, a busy-signal from the slave, protocol versioning and other improvements.