Pieter Hintjens

Results 81 comments of Pieter Hintjens
trafficstars

Using the script path won't help (it's an executable so could be in e. g. /usr/bin or c:\whatever). This hardcoded script path was a temporary solution, clearly it has to...

Ah. You don't need to search for scripts; you can load them using the 'gsl' command and detect if that fails. Then the script simply has to be on the...

The load_file () method will search on the PATH, so this is trivially solved by installing the API definitions together with the scripts that need them.

Could you retest with latest masters of CZMQ and Zyre? We fixed an issue in Zyre today that was hitting beacon discovery. This problem seems very familiar... #79 ...

Nice work... I'd merge this into the main project, as we did for FileMQ On Sat, May 23, 2015 at 11:23 PM, Aleksandar Janicijevic < [email protected]> wrote: > I have...

The libzmtp is a minimal library meant for clients only, at this stage. That means no multithreading, no asynch I/O, and support for the DEALER socket which is the main...

Yes, it uses the heap. You can see this quite simply in the code. On Fri, Apr 3, 2015 at 9:47 PM, Garrett Berg [email protected] wrote: > What about a...

Sounds fun, definitely worth exploring. On Fri, Apr 3, 2015 at 10:26 PM, Garrett Berg [email protected] wrote: > The reason I ask is because I have written a memory manager...

That whitepaper describes the matching we used in OpenAMQ, over a decade ago. It's very powerful, and absolutely not for embedded systems. ZeroMQ uses a very different matching model, see...

A simple publisher needs no significant memory at all. An embedded device just needs to broadcast its messages; subscribers can filter them if they want. On Mon, Apr 27, 2015...