[zeromq-dev] download.zeromq.org: last call

2016-05-25 Thread Ewen McNeill
This is the "last call" for download.zeromq.org. If you want anything off: http://download.zeromq.org/ which you don't already have, please download it ASAP. The VM hosting it (an iMatix VM) will be shut down in the next couple of weeks, possibly as early as 1 June 2016 (if the last few

Re: [zeromq-dev] Setting privileges on a UNIX socket

2016-05-25 Thread Luca Boccassi
Hi Ale, If you have systemd managing your socket with a socket unit, it will create and bind it for you, so that's why it's saying it's already in use. Are you using the ZMQ_USE_FD API? I added that exactly for systemd-managed sockets. If you use CZMQ, you just have to set either the env var

[zeromq-dev] Setting privileges on a UNIX socket

2016-05-25 Thread Ale Strooisma
Hi all, For my program, I am using the ipc protocol. The unix socket used needs to be accessible to various programs run by different users, so I want to set group write privileges. How can I do this? Can I set this using ZeroMQ from within the program that binds the socket, or do I need to make

[zeromq-dev] ZMQ on exercism.io?

2016-05-25 Thread Dinu Gherman
Hi, I’m playing a bit with http://exercism.io which is quite nice and wonder if it would make sense to come up with some exercises on ZeroMQ? Probably needs some talking to the makers since exercism.io as-is is about languages, see http://exercism.io/languages, but maybe they are open to

Re: [zeromq-dev] vector io for TCP sockets

2016-05-25 Thread Doron Somech
Can you share the repository you are developing on? What are you trying to improve? Do you have more performance needs from zeromq? I think it is possible, however I'm not sure about the performance improvement. We can do this maybe only for large messages (bigger than 8KB). On Tue, May 24,

Re: [zeromq-dev] ZeroMQ STREAM Socket Type

2016-05-25 Thread Doron Somech
1. Doesn't matter 2. Yes, first part is the identity, then the data. 3. I'm not sure multipart is even working with STREAM socket. On Tue, May 24, 2016 at 6:43 PM, Peter Witkowski wrote: > Thanks for the reply. > > First, I think the diagram below (please forgive my poor