Home › Forums › kdb+ › TCP and UDS server in C# for KDB+ › Reply To: TCP and UDS server in C# for KDB+
-
You can find some details here:
Interprocess communication | Developing | kdb+ and q documentation – Kdb+ and q documentation (kx.com)
Serialization examples | Knowledge Base | kdb+ and q documentation – Kdb+ and q documentation (kx.com)code.kx.com
Interprocess communication | Developing | kdb+ and q documentation - Kdb+ and q documentation
TCP/IP is used for communicating between processes. The protocol is extremely simple, as is the message format.