Re: [zeromq-dev] Assertion in mailbox.cpp:78 on Windows when increasing the number of clients

2011-03-05 Thread Baptiste Lepilleur
I'm already using 2.1.1 (I saw the mailbox fix and jumped on it): import zmq zmq.pyzmq_version() '2.1.1' zmq.zmq_version() '2.1.1' I tried setting the identity on the client side in client.py: socket = context.socket(zmq.REQ) socket.setsockopt(zmq.IDENTITY, str(time()).encode('utf-8'))

Re: [zeromq-dev] Assertion in mailbox.cpp:78 on Windows when increasing the number of clients

2011-03-05 Thread Pieter Hintjens
On Sat, Mar 5, 2011 at 9:34 AM, Baptiste Lepilleur baptiste.lepill...@gmail.com wrote: I'm already using 2.1.1 (I saw the mailbox fix and jumped on it): But this does not change anything... Am I doing it wrong? Baptiste, Sorry, I missed that. It looks like there is another problem, still

[zeromq-dev] GSoC ideas inquiry

2011-03-05 Thread Yin Qiu
Hi, I am a CS master student from China, and got interested in some of your listed Summer of Code ideas. First I have to admit that I am new to 0MQ with only a little MQ knowledge, but I do have experience in network programming through several projects. I enjoy playing with networked

[zeromq-dev] Some C# guide examples for chapter 3

2011-03-05 Thread Michael Compton
Please find attached some translate examples for the guide in C#. These code examples are hereby licensed under MIT/X11 license. Contents: lruqueue.cs lruqueue2.cs identity.cs rtdealer.cs rtmama.cs rtpapa.cs asyncsrv.cs zmsg.cs (For multipart message) Cheers, Michael C# Examples 2.tar.bz2

Re: [zeromq-dev] [PATCH] Update to OpenPGM 5.1.110.

2011-03-05 Thread Alex Forster
This is /fantastic/ Some time in January, the project made a very strong push at improving the build environment in Windows. They introduced support for CMake, which as a developer I dislike, but as a user I very very much like. CMake makes it incredibly easy to target Visual Studio by actually

Re: [zeromq-dev] Some C# guide examples for chapter 3

2011-03-05 Thread Michael Compton
Oops, sorry about that Pieter, wrong archive. Please find attached the correct attachment, previous license statement applies. Michael On Sat, 2011-03-05 at 20:32 +0100, Pieter Hintjens wrote: Hi Michael, Are you sure you send the right files? They all seem to be from Nov last year, and

[zeromq-dev] Ruby binding s.recv returns 0-terminated string

2011-03-05 Thread Han Holl
Hi, The function s.recv returns a string like OK\000, at least with my ruby-1.8.7.334-1.fc14.x86_64. Maybe there are ruby implementations that make the trailing zero go away. The patch isn't that complex: --- rbzmq.c.orig2011-03-05 21:38:45.035181613 +0100 +++ rbzmq.c 2011-03-05