Changes between Version 7 and Version 8 of Writing Rules/Transactors


Ignore:
Timestamp:
Feb 24, 2010, 5:14:46 PM (14 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Transactors

    v7 v8  
    4444
    4545 * '''EMPTY''' : No registered transaction.
    46 
    4746 * '''OPEN''' : Command registered, waiting the response.
    48 
    4947 * '''COMPLETED''' : The response has been received
    5048
     
    5250
    5351 * The Pending_Transaction_Buffer is larger for a target, because it is a two dimensionnal array, indexed by SRCID and TRDID. The target entry is simpler, because each entry contains only a pointer on the transaction payload.
    54 
    5552 * The behavior() thread is always runable for an initiator purely reactive for a target : It is not runable when the Pending_Transaction_Buffer is empty.