iQueueMgr
Purpose:
-
Manage access to a shared device in CyFlex.
Enter:
-
iQueueMgr <dev [+i] [file=filename]
Where:
-
dev
Specify the name of the shared device being managed.
+I
Optional. Specify this flag to indicate that shared memory should be zeroed when the process is started. If it is not zeroed, then any requests already made for the device will still be in the memory. The default is to NOT zero memory.
file
Optional. Specify the spec filename. The default is /specs/iQueue_specs.
Example:
-
iQueueMgr dev=mx1
The above spawns iQueueMgr that will manage the shared device ‘mx1’.iQueueMgr dev=mx1 +i
The above spawns iQueueMgr that will manage the shared device ‘mx1’. The shared memory area associated with iQueueMgr will be zeroed during initialization.iQueueMgr dev=mx1 file=/tmp/QueSpecs
The above spawns iQueueMgr that will manage the shared device ‘mx1’. The file /tmp/QueSpecs is read to obtain the specifications for iQueueMgr.