Changes between Version 132 and Version 133 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 3, 2009, 11:42:15 AM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v132 v133  
    535535initiators with the same local time is computed using a traditional round-robin algorithm. The temporal filtering and arbitration task is executed in the context of the initiator that sends a (possibly null) message.
    536536 
    537  * Routing of a filtered request packet to the correct target. Each target runs under the control of a processing thread and
    538 has a dedicated message fifo. The routing wakes up the processing thread of the
     537 * Routing of a filtered request packet to the correct target.
     538Each target runs under the control of a processing thread and has a dedicated message fifo. The routing wakes up the processing thread of the
    539539corresponding target, that empties the message fifo filled by the temporal filtering. The behavioral function of the target
    540540is executed in the context of the processing thread.