How should signals be handled in SDK, now that MSignal class is no longer supported?
book
Article ID: KB0088349
calendar_today
Updated On:
Products
Versions
TIBCO Adapter SDK
-
Not Applicable
-
Description
Resolution: You may register a signal handler directly with the OS using signal() calls for those operating systems that support signal functions.
Note that SDK uses the event model provided by RV. Please refer to the RV Concept Guide for more information about Signals and Signal handling within the TIBRV event dispatcher and event dispatch model.
We recommend extensive testing to ensure that signal handling works properly if used in a multi-threaded environment.
Issue/Introduction
How should signals be handled in SDK, now that MSignal class is no longer supported?