Re: [zeromq-dev] czmq tarballs

2013-04-30 Thread Pieter Hintjens
OK, I've made new tarballs for CZMQ 1.4.0, at http://czmq.zeromq.org/page:get-the-software -Pieter On Mon, Apr 29, 2013 at 11:30 PM, Pieter Hintjens p...@imatix.com wrote: Sounds like a good plan. -Pieter On Mon, Apr 29, 2013 at 10:31 PM, Lourens Naudé lour...@methodmissing.com wrote: Hi

Re: [zeromq-dev] czmq tarballs

2013-04-30 Thread Lourens Naudé
Many thanks :-) On Tue, Apr 30, 2013 at 9:25 AM, Pieter Hintjens p...@imatix.com wrote: OK, I've made new tarballs for CZMQ 1.4.0, at http://czmq.zeromq.org/page:get-the-software -Pieter On Mon, Apr 29, 2013 at 11:30 PM, Pieter Hintjens p...@imatix.com wrote: Sounds like a good plan.

[zeromq-dev] CZMQ v1.4.0 stable release

2013-04-30 Thread Pieter Hintjens
Hi all, We've made new stable tarballs for CZMQ (1.4.0) which you can get from http://czmq.zeromq.org. The main changes in this version are the zbeacon class for local service discovery, and a lot of work to make CZMQ build nicely on Windows. Thanks to AJ Lewis, Apostolis Xekoukoulotakis,

Re: [zeromq-dev] CZMQ v1.4.0 stable release - configure fails: missing files

2013-04-30 Thread Jose Pedro Oliveira
On 2013-04-30 09:31, Pieter Hintjens wrote: Hi all, We've made new stable tarballs for CZMQ (1.4.0) which you can get from http://czmq.zeromq.org. The configure fails in Linux (Fedora 18 x86_84 RPM build): missing a Windows Makefile.am (the builds subdirectory exists in git but not in the

[zeromq-dev] PUB/SUB .. msgs received in order?

2013-04-30 Thread Nishant Mittal
Can someone confirm that msgs sent from a PUB are guaranteed to be received by SUB(s) in order they were sent? also, with unlimited send and receive high watermarks.. is there any chance of loosing msgs? thanks -- *Nishant Mittal* ___ zeromq-dev

[zeromq-dev] Several Context object per JVM

2013-04-30 Thread Erwin Karbasi
Hello Masters, I'm using 0MQ's JAVA binding. How can I create several Context objects per JVM as follows: Context context = ZMQ.context(1); Do I need create context per thread or I have other options? What is the number parameter (1) purpose that we pass to the context method? Thanks in

Re: [zeromq-dev] Several Context object per JVM

2013-04-30 Thread Joshua Foster
You can just create one context and share between threads. You want to share the context between threads so that it can use inproc connections between threads. The '1' is used to tell ZeroMQ to only use one io thread in the background. You generally don't need more than one unless you have

Re: [zeromq-dev] Release date for zeromq-3.2.3

2013-04-30 Thread Pieter Hintjens
Hi Trevor, Yes, great idea. I'll get onto that asap. -Pieter On Tue, Apr 30, 2013 at 5:47 PM, Trevor Bernard trevor.bern...@gmail.com wrote: There appears to be no defects for zeromq-3.2.3 in JIRA. I was just wondering when you plan to release it. Warmest regards, Trevor