Giter Club home page Giter Club logo

qzmq's People

Contributors

jaeheum avatar jayhan avatar jhanna-kx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qzmq's Issues

redo zmsg api

current interface of returning exception feels awkward.

redo qstr()

Either rewrite it or pair with free() as the owner of the pointer.

Why was `zactor` deprecated?

Just curious. Looks like zthread.fork is also gone. I can't find the rationale in the repo for removing them.

Trailing semicolon after zsocket.bind call results in failure

Consider the following trivial example:

\l qzmq.q

ctx:zctx.new[]
socket:zsocket.new[ctx; zmq`DEALER]
zsocket.bind[socket; `$"tcp://*:9001"]
zsocket.destroy[ctx; socket]
zctx.destroy[ctx]
\\

This works fine, and you will see the port number printed out to the q console which indicates that the port bound properly. Now notice if you add a semicolon after the bind line:

\l qzmq.q

ctx:zctx.new[]
socket:zsocket.new[ctx; zmq`DEALER]
zsocket.bind[socket; `$"tcp://*:9001"];
zsocket.destroy[ctx; socket]
zctx.destroy[ctx]
\\

Now the bind does not occur. I'm still pretty new to q, but as far as I can tell semicolons shouldn't affect the calls of functions.

BTW this is KDB+ 2.7 2011.03.23 if that helps at all.

add zloop bindings

zmq_pollitem_t handling will be less than pretty -- which is why documentation needs to be written.

build/release

qzmq needs a more sensible build/integration mechanism to cover different platforms/versions of kdb+, ØMQ and CZMQ.

put type guard

e.g. xt==-10h, yt==KC, yt==KG, etc. so that wrong types do not propagate downward to unsuspecting library.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.