[zeromq-dev] message queuing with zeromq

2016-05-19 Thread SZÉPE Viktor
Good evening! I am very new to zeromq. Could you suggest me a ready-made solution for this? I administer a couple of servers with fail2ban. Fail2ban sends a lot of notification emails. These servers would be clients, also they could be offline, so they need to queue their messages locally.

Re: [zeromq-dev] Meetup in Brussels, June 4th

2016-05-19 Thread Greg Young
May come a day early! On Thu, May 19, 2016 at 5:55 PM, Pieter Hintjens wrote: > Hi All, > > I'd like to invite anyone who's in the neighborhood to join an all-day > meetup/patch party on June 4th in Brussels. The address is Rue des > Ateliers 15. No registration necessary. There will be wifi, sea

Re: [zeromq-dev] Meetup in Brussels, June 4th

2016-05-19 Thread Luca Boccassi
On Thu, 2016-05-19 at 16:55 +0200, Pieter Hintjens wrote: > Hi All, > > I'd like to invite anyone who's in the neighborhood to join an all-day > meetup/patch party on June 4th in Brussels. The address is Rue des > Ateliers 15. No registration necessary. There will be wifi, seating, > coffee, drink

Re: [zeromq-dev] native select call

2016-05-19 Thread Doron Somech
Someone actually asked about it few weeks ago on the list, try to search. Anyway you can use socket FD but you have to do all the heavy lifting yourself. The ready to receive FD doesn't mean anything to the user, for the library it means the socket received new command need processing. To handle

Re: [zeromq-dev] Meetup in Brussels, June 4th

2016-05-19 Thread Doron Somech
What time it starts? I might arrive Brussels pretty early, around 9 On May 19, 2016 17:56, "Pieter Hintjens" wrote: > Hi All, > > I'd like to invite anyone who's in the neighborhood to join an all-day > meetup/patch party on June 4th in Brussels. The address is Rue des > Ateliers 15. No registrat

[zeromq-dev] Meetup in Brussels, June 4th

2016-05-19 Thread Pieter Hintjens
Hi All, I'd like to invite anyone who's in the neighborhood to join an all-day meetup/patch party on June 4th in Brussels. The address is Rue des Ateliers 15. No registration necessary. There will be wifi, seating, coffee, drinks, snacks. -Pieter ___ ze

[zeromq-dev] native select call

2016-05-19 Thread Arnaud Loonstra
This must have been asked many times and I recall working with it before but was it possible to use a normal/native/regular select call on a zmq socket? I know about the edge and level triggering but I'm kind of lost. PyZMQ writes a bit about it but only tells to avoid using zmq.FD. http://pyz