SciLocalSocket protocols
Represents a local ipc socket and provides a service to create, manage and use the socket. Only available on UNIX platforms.
Note:
Local Socket message size limitations.
By default, the send and receive buffers used for local sockets are set at 32 KB (32768 bytes). In addition, there are platform-dependent limitations the programmer should be aware of.
On Linux, the size of messages sent over a local socket should not exceed 63 KB, (64,512 bytes).
SciLocalSocket has the following methods:
Last modified date: 02/17/2021