Home › Forums › kdb+ › Question about TCP and IPC handles limit › Reply To: Question about TCP and IPC handles limit
-
https://code.kx.com/q/ref/dotz/#zpo-open
https://code.kx.com/q/ref/dotz/#zpc-close
You can use callbacks to see when handles open and close
.z.po:{string[.z.p]," opened ",string x;x}
.z.pc:{string[.z.p]," closed ",string x;x}Test this against your c.Close() calls to confirm it is closing the handles.
If still seeing a problem raising an issue can be done at: https://github.com/KxSystems/csharpkdb/issues