push_server
Purpose:
-
Use a server that receives messages to update shared memory variables in CyFlex.
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 push_server_Apush_server A &
Defaults to priority 21 and uses push_server_Bpush_server B 20 &
Runs at priority 20 and uses a modified server name
Notes:
-
This process runs as a background service and is typically started in a script.