Re: [zeromq-dev] Jzmq

2012-07-10 Thread Joshua Foster
If you don't do a socket.recv(0), then it will return null if there is nothing in the queue. Joshua xaviermillie...@eaton.com July 10, 2012 11:48 AM Hi,   I try to use the java binding for zeromq on win seven 64:   Configuration: I downloaded the following

Re: [zeromq-dev] Notify send()er that they've hit the high water mark

2012-07-10 Thread Edwin Amsler
On 10/07/2012 11:00 AM, Chuck Remes wrote: On Jul 10, 2012, at 10:31 AM, Edwin Amsler wrote: On 10/07/2012 1:59 AM, Paul Colomiets wrote: Hi Edwin, The behavior is intentional for pub/sub sockets. If you'd have only one subscriber you could use push/pull. Push sockets block when reach high w

Re: [zeromq-dev] Notify send()er that they've hit the high water mark

2012-07-10 Thread Chuck Remes
On Jul 10, 2012, at 10:31 AM, Edwin Amsler wrote: > On 10/07/2012 1:59 AM, Paul Colomiets wrote: >> >> Hi Edwin, >> >> The behavior is intentional for pub/sub sockets. If you'd have only >> one subscriber you could use push/pull. Push sockets block when reach >> high water mark, so are Req sock

Re: [zeromq-dev] Jzmq

2012-07-10 Thread gonzalo diethelm
If you don’t subscribe to a specific pattern (which could be empty), you will not get any messages. HTH. -- Gonzalo Diethelm DCV Chile From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of xaviermillie...@eaton.com Sent: Tuesday, July 10, 2012 11:4

[zeromq-dev] Jzmq

2012-07-10 Thread XavierMillieret
Hi, I try to use the java binding for zeromq on win seven 64: Configuration: I downloaded the following libraries: http://miru.hk/archive/ZeroMQ-3.1.1beta~miru1.1-win64.exe -> libzmq-v100-mt.dll and http://miru.hk/archive/JZMQ-2.1.10~miru1.2-win64.exe -> JZMQ 2.1.10\ jzmq.dll JZMQ 2.1.10\zmq.

Re: [zeromq-dev] Notify send()er that they've hit the high water mark

2012-07-10 Thread Edwin Amsler
On 10/07/2012 1:59 AM, Paul Colomiets wrote: Hi Edwin, On Mon, Jul 9, 2012 at 11:24 PM, Edwin Amsler wrote: So here I am, publishing messages through ZeroMQ's send() function at about 300MB/s, and my network's set to only send at 10MB/s. This is kind of a big problem because, while I don't c

Re: [zeromq-dev] Notify send()er that they've hit the high water mark

2012-07-10 Thread Paul Colomiets
Hi Edwin, On Mon, Jul 9, 2012 at 11:24 PM, Edwin Amsler wrote: > So here I am, publishing messages through ZeroMQ's send() function at about > 300MB/s, and my network's set to only send at 10MB/s. > > This is kind of a big problem because, while I don't care if the clients > loose data on their e