All messages are transmitted between processes through connections. A connection is an endpoint of a direct communication link used to send and receive messages between two processes. The two processes, called peer processes, share the link. However, each process has a unique endpoint that it can manipulate independently. Connections can operate on messages in many different ways. Additional features of connections include:
GMD stores copies of messages in files to enable total recovery from network failures.
This chapter describes how to use connections and the relationship between connections and messages in the SmartSockets C++ class library. This chapter should be considered a companion to the TIBCO SmartSockets User’s Guide. You can read detailed information on SmartSockets connections in the TIBCO SmartSockets User’s Guide.
TIBCO SmartSockets™ cxxipc Class Library Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |