push_server

Purpose:

Shared memory server

Enter:

push_server [instance name] [priority] &

Where:

instance_name

Optional. Specify an extender to the registered name to allow multiple instances and support independent communication with an instance of push_link. This is usually a 1 or 2 character string.

priority

Optional unless instance_name is specified. Specify the task priority. Specify a number less than the default of 21. Use this option only when instance_name is specified.

Example:

push_server &
defaults to priority 21 and uses sm_server_MAR09 name

push_server A &
defaults to priority 21 and uses sm_server_MAR09.A name

push_server B 20 &
runs at priority 20 and uses sm_server_MAR09.B name

This process is normally started in the go script. It waits for messages from a remote node to set the value of an CyFlex variable. Once the request is received, the value of variable is written to the variable.

Notes:

 

See Also:

Internodal Communications Tasks Reference