The monitoring functions of TIBCO SmartSockets IPC, which is built into RTserver and RTclient, offers many features, including:
All monitoring of a TIBCO SmartSockets application goes through RTserver. Typically, a request for particular information is sent to RTserver, then RTserver retrieves the information and sends it back to the requesting program. To initiate a monitoring request in your program, call one of the functions in the TipcMon* API. This sends a message of type MON_*_SET_WATCH or MON_*_POLL_CALL to RTserver. The information is returned to the program by RTserver with a MON_*_STATUS or MON_*_POLL_RESULT message. When the information returns, an RTserver message process callback (TipcSrvProcessCbCreate) or RTserver message default callback (TipcSrvDefaultCbCreate) should be used to process the message.
This lesson shows you how to use just a small part of the extensive monitoring and locating services of TIBCO SmartSockets. Details on the monitoring and locating services available in TIBCO SmartSockets can be found in the Chapter 5, Project Monitoring, in the TIBCO SmartSockets User’s Guide. Man pages for the TipcMon* API can be found in the TIBCO SmartSockets Application Programming Interface reference.
TIBCO SmartSockets™ Tutorial Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |