Hey,
I downloaded kdb+ version 3.1 for Mac yesterday. And when I started q -p 5000, I do not have websocket server. Also, the .z.ws not recognized.
wondering if this is intentional? I have version 3.0 at work and it works perfectly.
Thanks,
Tim
Hey,
I downloaded kdb+ version 3.1 for Mac yesterday. And when I started q -p 5000, I do not have websocket server. Also, the .z.ws not recognized.
wondering if this is intentional? I have version 3.0 at work and it works perfectly.
Thanks,
Tim
Jack’s example from
http://code.kx.com/wiki/Cookbook/Websocket
with 32bit kdb+3.1 on osx is working fine for me in both firefox and safari.
Can you describe your scenario/errors in more detail?
thanks
Working on my side. Care to elaborate the issue?<o:p></o:p>
<o:p> </o:p>
Kim<o:p></o:p>
<o:p> </o:p>
Von: personal-kdbplus@googlegroups.com [mailto:personal-kdbplus@googlegroups.com] Im Auftrag von Tim Wang
Gesendet: Donnerstag, 6. Februar 2014 06:48
An: personal-kdbplus@googlegroups.com
Betreff: [personal kdb+] websockets not in trial version?<o:p></o:p>
<o:p> </o:p>
Hey,
I downloaded kdb+ version 3.1 for Mac yesterday. And when I started q -p 5000, I do not have websocket server. Also, the .z.ws not recognized.
wondering if this is intentional? I have version 3.0 at work and it works perfectly.
Thanks,
Tim<o:p></o:p>
–
Submitted via Google Groups
When i start new instance of q then .z.ws command signals ‘.z.ws
But i am able to assign .z.ws:{neg[.z.w]@[.Q.s value@;x;{"’“,x,”\n"}]}
and from there it is working fine. I am getting the result in JS.