Connection between Q library and K Process

I want to know if it is possible for a Q library to connect to a Kprocess ?Thanks,Anshul

Take a look at the k3.so file that can be found under:http://kx.com/q/For instance: http://kx.com/q/l32/k3.so for 32 bit Linux.Then take a look at https://code.kx.com/trac/wiki/Reference/TwoColonto see how to integrate the functions therein to be able to connect.Especially take note of the notes mentioned on the “Extending Kdb+with C” page, link to from the 2: reference.For instance:khp:k3 2:(k3hp;2) / host portk:k3 2:(k3;2)Under Linux, a crude way of listing some functions of interest is:nm -A k3.so | grep TOn 3 Feb, 23:15, Anshul <a.khandel…> wrote:> I want to know if it is possible for a Q library to connect to a K> process ?>> Thanks,> Anshul</a.khandel…>