IPCSocket
From REALbasicWiki
| This article is a stub. You can help the REALbasicWiki community by expanding it. |
| Overall article skill | ✭ |
IPCSocket stands for InterProcess Communication Socket. It is a very convenient way to exchange data between two applications.
IPCSockets are bidirectional (aka full duplex), which means that once two applications have established a connection, each of them can send/get data to/from the other one.
