Difference between revisions of "Studio:Sending and receiving broadcast messages in the Runtime"

From STRIDE Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
By contrast, if srST_RSP_VAL is specified, the entire message is copied before being sent.
 
By contrast, if srST_RSP_VAL is specified, the entire message is copied before being sent.
 
 
[[Category:Application Notes]]
 

Revision as of 15:45, 5 February 2008

If broadcast messages are being sent from the target to the host (i.e., there are no subscribers on the target), the data must be marshalled up to the host. However, when both the broadcaster (owner) and a receiver (user) are on the target, it is more efficient to specify srST_RSP_PTR since only a pointer to the message is moved internally.

By contrast, if srST_RSP_VAL is specified, the entire message is copied before being sent.