TeaEngineering / libchronicle

Shared-memory interprocess communication from C using OpenHFT's chronicle-queue protocol
Apache License 2.0
14 stars 10 forks source link

missing definition of exists and timer.q #4

Open pindash opened 5 years ago

pindash commented 5 years ago

couldn't find the timer.q file referred to.

exists: should be implemented in https://github.com/TeaEngineering/libchronicle/blob/master/bindings/kdb/shm-ipc-server.q as exists:{1h$count key x}

pindash commented 5 years ago

also adding this line to shm.q missing collect function:

.shmipc.collect::native/obj/shmipc 2:(shmipc_collect;1)

shuckc commented 5 years ago

I will get the KDB examples working and add a README in the kx directory.