What is the IPC mechanism for communication between RTserver and RTclient running on the same host?

book

Article ID: KB0085929

calendar_today

Updated On:

Products Versions
TIBCO SmartSockets -
Not Applicable -

Description

Resolution:
Answer: On UNIX platforms SmartSockets uses local domain sockets (AF_UNIX) for communication between
RTserver and RTclients running on the same host. The local domain sockets are faster than
AF_INET option for internets. On Windows platforms SmartSockets uses TCP loopback as the WinSock2 library does not have support
for local domain sockets.

Issue/Introduction

What is the IPC mechanism for communication between RTserver and RTclient running on the same host?