Interprocess communication | Developing | kdb+ and q documentation - kdb+ and q documentation
After a client has opened a socket to the server, it sends a null-terminated ASCII string
"username:password\N"where\Nis a single byte which represents the client’s capability with respect to compression, timestamp|timespan and UUID, e.g."myname:mypassword\3".
Thank you for this, I must have missed this part of the docs. I'm not sure about the following however. If the server accepts the credentials, it sends a single-byte response which represents the common capability. What does this mean?
– hyper-novaFrom the link: "If the server accepts the credentials, it sends a single-byte response which represents the common capability."
– rocuinneagain