Re: [zeromq-dev] czmq

2014-10-15 Thread Lucas Hope
/listinfo/zeromq-dev ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning

Re: [zeromq-dev] czmq

2014-10-15 Thread Lucas Hope
in my language. That'll be zauth, zbeacon, zcertstore and zcert, zpoller, zgossip, and a few more. -Pieter On Wed, Oct 15, 2014 at 10:58 PM, Lucas Hope lucas.r.h...@gmail.com wrote: Hi Pieter, I have a part binding/part re-implementation of cl-czmq - https://github.com/lhope/cl-czmq

Re: [zeromq-dev] new common lisp binding

2014-04-03 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman

Re: [zeromq-dev] CurveZMQ comments

2013-09-25 Thread Lucas Hope
On Thu, Sep 26, 2013 at 6:03 AM, Trevor Perrin tr...@trevp.net wrote: That's an oddity of CurveCP. I don't see any reason for the HELLO to encrypt zero padding (perhaps its some anti-DoS measure?). My understanding (*just my personal understanding*) of this is that the all-zero crypto box is

Re: [zeromq-dev] Common Lisp pzmq recv-string on inproc blocks other threads

2013-09-23 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Preparing for 0MQ/4.0 release

2013-09-13 Thread Lucas Hope
@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev

Re: [zeromq-dev] zeromq 3 problems

2013-09-09 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Mountain Lion build issues: strndup error, and 'make check' gave 1 of 20 tests failed on test_shutdown_stress

2013-09-02 Thread Lucas Hope
Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Mountain Lion build issues: strndup error, and 'make check' gave 1 of 20 tests failed on test_shutdown_stress

2013-09-02 Thread Lucas Hope
, Lucas Hope lucas.r.h...@gmail.com wrote: Hi there, I recently did a fresh install of this version too (clean latest Mountain Lion). Except I used homebrew (http://brew.sh/) to install it. There was a patch shipped with the brew install to fix an issue, likely this one. I have had no problems

Re: [zeromq-dev] Publisher side filter question

2013-08-21 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo

Re: [zeromq-dev] How to do free() in a non-c environment ?

2013-08-19 Thread Lucas Hope
mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia

Re: [zeromq-dev] Cryptography in NaCl, Daniel J. Bernstein

2013-08-18 Thread Lucas Hope
list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia

Re: [zeromq-dev] CurveZMQ - RFC26 : possible Hello weaknesses ?

2013-08-18 Thread Lucas Hope
/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http

Re: [zeromq-dev] Announce: cl-czmq - Common Lisp binding of CZMQ

2013-08-18 Thread Lucas Hope
Hi Pieter. Nice stuff! If you want to update the CL examples in the Guide to use this, that'll make it 'the' binding. Thank you. I want to get through Chapter 3 of the examples first - that's where they go from 'toy' to 'science experiment'. It also means the coverage with this binding will

Re: [zeromq-dev] Announce: cl-czmq - Common Lisp binding of CZMQ

2013-08-18 Thread Lucas Hope
Hi James, On Mon, Aug 19, 2013 at 3:30 AM, James Gatannah james.gatan...@gmail.comwrote: This is awesome! Thank you for taking it off my plate. I have this on my most urgent...but not quite yet todo list. So I'll probably start pinging you with issues/pull requests in about 2 weeks (OK,

Re: [zeromq-dev] CurveZMQ - RFC26 : possible Hello weaknesses ?

2013-08-18 Thread Lucas Hope
Alebarde l.aleba...@free.frwrote: Hi Luke, Thank you very much for your remarks. Some comments below. As Pieter rightly suggested it, let's go on with the CurveCP mailing list as of now. Cheers, Laurent. Le 18/08/2013 23:43, Lucas Hope a écrit : Hi Laurent, I had a think about

[zeromq-dev] Announce: cl-czmq - Common Lisp binding of CZMQ

2013-08-16 Thread Lucas Hope
Hi all, I decided my new binding for common-lisp, cl-czmq is complete enough to be released. Here it is: https://github.com/lhope/cl-czmq I‘m working through the guide examples. They make a good set of test cases for a binding author. I’ve done through Chapter 2. The goal is to do them all, of

Re: [zeromq-dev] JeroMQ crashes application

2013-08-15 Thread Lucas Hope
@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope

[zeromq-dev] Questions for a new CZMQ/ZAPI binding (Common Lisp)

2013-08-10 Thread Lucas Hope
Hi all, I'm finalizing a new binding for CZMQ/ZAPI (Common Lisp). There are at least two bindings for ZMQ, but they only target zmq 2.x. Motivations: - Targeting multiple zmq versions through CZMQ. - CZMQ is cleaner to implement. There's no need to build an arbitrary additional API on

Re: [zeromq-dev] How to set filter for struct type

2013-08-08 Thread Lucas Hope
___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne

Re: [zeromq-dev] How to set filter for struct type

2013-08-08 Thread Lucas Hope
Hi again, Sorry, it is important that the first struct member is a char array (char arr[10]), and not a char pointer (char *ptr), as arr gets encoded directly as part of the struct, but the ptr does not. Luke On Fri, Aug 9, 2013 at 11:54 AM, Lucas Hope lucas.r.h...@gmail.com wrote: Hi

Re: [zeromq-dev] ZMQ UDP I'm here broadcast

2013-05-06 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] DEALER and ROUTER to send and receive

2013-04-09 Thread Lucas Hope
zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia

Re: [zeromq-dev] Handling Generic Events in the Message Loop

2012-08-07 Thread Lucas Hope
zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia

Re: [zeromq-dev] [PULL] x311: Implement ZMQ_TCP_ACCEPT_FILTER setsockopt() for listening TCP sockets.

2012-04-12 Thread Lucas Hope
, nice work. :) -Pieter ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning

Re: [zeromq-dev] New Common Lisp zeromq binding

2012-03-25 Thread Lucas Hope
. Thanks for the binding, -Luke (* quicklisp is the de facto standard third-party package manager for lisp, like Pypi for Python or CPAN for Perl.) On Thu, Oct 27, 2011 at 6:58 PM, Nicolas Martyanoff khae...@gmail.comwrote: Lucas Hope lucas.r.h...@gmail.com writes: Hi Nicolas, I use cl

Re: [zeromq-dev] data collector pattern

2012-03-20 Thread Lucas Hope
On Wed, Mar 21, 2012 at 2:13 AM, Pieter Hintjens p...@imatix.com wrote: On Tue, Mar 20, 2012 at 9:49 AM, Stephen Hemminger shemmin...@vyatta.com wrote: The guide is full of wonderful and useful cases, but there is one that appears to be missing. For some applications there are lots of

Re: [zeromq-dev] Unknown number of workers???

2012-03-14 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] weird bug

2012-03-04 Thread Lucas Hope
___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering

Re: [zeromq-dev] How to implement fan in?

2012-02-08 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Thread Safe sockets

2012-02-06 Thread Lucas Hope
___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering

Re: [zeromq-dev] error in the guide?

2012-01-23 Thread Lucas Hope
://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev

Re: [zeromq-dev] New Common Lisp zeromq binding

2011-10-26 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Adding workers dynamically ...

2011-10-11 Thread Lucas Hope
fails and we bring another online with 'n' workers on it. ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope

[zeromq-dev] Help forwarding asynchronous events through ZeroMQ

2011-08-04 Thread Lucas Hope
Hi all, This problem has come up a few time for me in some different domains. I have asynchronous events which I want to publish through zeromq. 1. I can't just open a permanent socket and write to it, as sockets aren't thread safe. Or could I? If the underlying asynchronous events have their

Re: [zeromq-dev] RPC implementation details

2011-07-21 Thread Lucas Hope
/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http

Re: [zeromq-dev] Theoretical whitepaper on 0MQ

2011-07-05 Thread Lucas Hope
actually designing topologies). Thanks for taking the time. -Luke -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list

Re: [zeromq-dev] Survey: use of 0MQ request reply

2011-06-15 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Extending the Paranoid Pirate Pattern - a problem and a candidate solution

2011-06-12 Thread Lucas Hope
control your clients. Peace, and thanks. -Luke -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev

Re: [zeromq-dev] [PATCH] ZMQ_PEER_EXISTS option

2011-06-07 Thread Lucas Hope
://lists.zeromq.org/mailman/listinfo/zeromq-dev -- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev

[zeromq-dev] [CL-ZMQ] Constants (and patch retraction)

2011-06-04 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

[zeromq-dev] Patch for cl-zmq: adds constants such as router, dealer, linger

2011-06-03 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia From 269fc5a8230be8ac17f476e37f6a9ce79a26ea13 Mon Sep 17 00:00:00 2001 From: Luke Hope lucas.r.h...@gmail.com Date: Sat, 4 Jun 2011 09:20:05 +1000 Subject: [PATCH] Updates

[zeromq-dev] [CL-ZMQ PATCH] Fix to setsockopt to allow changing the socket option's type from the default :int64.

2011-06-03 Thread Lucas Hope
-- --- Dr Lucas Hope - lucas.r.hope@skype Machine Learning and Software Engineering Consultant Melbourne, Australia From 4eccbcab88775af0a74a91244534b83664a258ee Mon Sep 17 00:00:00 2001 From: Luke Hope lucas.r.h...@gmail.com Date: Sat, 4 Jun 2011 09:51:33 +1000 Subject

[zeromq-dev] cl-zmq - Common Lisp bindings

2011-05-31 Thread Lucas Hope
Hi there, First, thanks for making such a great, easy to use product. The guide is a great education in distributed programming. I have learned so much just by reading it. I am using the Common Lisp bindings as I am a Common Lisp programmer. :-) I have found a few issues and am happy to