Signal
|
OpenAccess SDK service
|
OpenAccess SDK embedded service
|
SIGINT
|
Stops the service. The signal is handled by the command task, and is blocked or ignored by the service.
|
Not used in OpenAccess SDK 8.1
|
SIGTERM
|
Stops the service. The signal is handled by the command task, and is blocked or ignored by the service.
|
Not used in OpenAccess SDK 8.1
|
SIGHUP
|
Stops the service. The signal is handled by the command task, and is blocked or ignored by the service.
|
Not used in OpenAccess SDK 8.1
|
SIGCLD
|
Used only in the OpenAccess SDK Agent. The signal is not used for a data access service.
|
Not used in OpenAccess SDK 8.1
|
SIGIPE
|
Must be always blocked or ignored. Turn off by setting ServiceCatchExceptions to False.
|
Must be always blocked or ignored. Turn off by setting ServiceCatchExceptions to False.
|
SIGBUS
|
Turn off by setting ServiceCatchExceptions to False.
|
Turn off by setting ServiceCatchExceptions to False.
|
SIGSEV
|
Turn off by setting ServiceCatchExceptions to False.
|
Turn off by setting ServiceCatchExceptions to False.
|
SIGILL
|
Turn off by setting ServiceCatchExceptions to False.
|
Turn off by setting ServiceCatchExceptions to False.
|
SIGUSR1
|
Is not overwritten when a handler on this signal is installed by the IP init() function.
|
Is not overwritten when a handler on this signal is installed by the IP init() function.
|