-
Information about remote end from handle passed into .z.po
Is there a way to retrieve more information about the remote end that initiated the connection using the handle passed into .z.po? I have the .z.a (ip address) and .z.u (user id). I was hoping to find out more about the other end of the connection. If the other end of the connection is a q process, I can determine that by using the handle (h) and requesting .z.X from the handle (h”.z.X”) to find out what command line was used to initialize the process. But if I use this h”.z.X” call on a non q process (maybe c code) handle it doesn’t return. Are there calls I can make to a handle that will reveal more information about the handle.
Thank you.
Log in to reply.