TipcDispatcherCreate create a dispatcher
None
A new dispatcher if successful, NULL
otherwise.
None
TipcDispatcherCreate creates a new dispatcher to which events can be registered and from which messages can be received on RTclient/RTserver connections.
A dispatcher must continuously manage incoming messages and events by calling TipcDispatcherDispatch or TipcDispatcherMainLoop. A dispatcher created with TipcDispatcherCreate which does not do this can create a situation that leads to unpredictable behavior in your application.
You must use TipcDispatcherCreate if your SmartSockets application is a single thread, in which case you must ensure the calls to TipcDispatcherDispatch or TipcDispatcherMainLoop take place.
TipcDispatcherCreateDetached, TipcDispatcherDestroy
This example creates a dispatcher:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |