diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-4CE10DED-31B2-50B5-9D38-85CE86E8A8DE.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-4CE10DED-31B2-50B5-9D38-85CE86E8A8DE.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +The Message Transport and Communication between NodesThis topic introduces the Message Transport and the concept of communication between Nodes.

Nodes communicate with other Nodes . Nodes normally use asynchronous communication, but Flow Nodes in the Data Plane use synchronous communication to communicate with other Flow Nodes.

Nodes use messages and message queues to communicate asynchronously. Nodes use direct function calls to communicate synchronously. The Node API is the set of messages to which a Node responds.

You can do operations on Nodes. The following list gives some of the features of an operation on a Node:

A Node normally sends a message to second Node and expects a reply from the second Node. The first Node stops the operation until the first Node receives the reply. Some messages do not require a reply. For example, a message that signals that a Node must destroy itself does not require a reply.

The Message Transport

The Message Transport is the framework that allows messages to pass between Nodes.

The Message Transport has the following features:

  • the Message Transport guarantees the delivery of messages

  • the design of the addressing system allows the Message Transport to deliver messages to any Node in the Communications Stack.

  • the Message Transport can deliver messages across thread and process boundaries

The Message Transport must register Nodes before the Transport can deliver messages. When the Communications Framework creates the Nodes, the Framework registers the Nodes automatically with the Message Transport.

Messages

A Message is the data that passes asynchronously between nodes in the Communications Framework. The Communications Framework uses the class TCFSignalBase to represent a message.

Planes
\ No newline at end of file