-
IPC
Hey Team,
I’m currently working through IPC and am working on creating a query log table to store all queries done on a process. I am attempting to modify .z.pi so that for each query ran in q it updates a query table. This is my current query:
.z.pi:{ `queryTable insert (.z.ts; enlist string x) ; value x}
While this adds queries to the table it does not carry out the operation on the q command line. Is this the right way to approach this sort of task ? Any alternatives would be appreciated if not.
Log in to reply.