small_smN
Purpose:
-
Shared memory server. This is identical to sm_server except that it works exclusively with only one remote node to avoid contention with other nodes.
Enter:
-
small_smn <optional name> &
Where:
-
optional_name Specify the remote node to support.
Example:
-
small_smn em_cart &
Notes:
This process is normally started in the go script. It waits for messages from a remote node requesting the value of a CyFlex variable. Once the request is received, the value of variable is obtained and returned to the requesting node.
Remote node must run ‘node_linkN’ using the same identifier with the ‘extender’ optional argument:
node_linkN extender=em_cart &
See Also:
node_linkN, Internodal Communications Tasks Reference. small_sm