Re: [zeromq-dev] External Event Loop

2011-01-25 Thread Martin Sustrik
Hi Praveen, Actually when sockets are created and bound/connected they are not ready for polling using ZMQ_FD. What does it exactly mean? Does the program crash in such case or what? Thanks. Martin ___ zeromq-dev mailing list

[zeromq-dev] ZMQ Crash from unknown DNS name

2011-01-25 Thread Joshua Foster
I am trying to setup a service with ZeroMQ that subscribes to a TCP endpoint that doesn't exist when the computer starts up. I am using the computer name as I don't know what the DHCP address will be. ZMQ crashes with the following assertion: Assertion failed: rc == 0

Re: [zeromq-dev] External Event Loop

2011-01-25 Thread Jonathan Rockway
* On Tue, Jan 25 2011, Martin Sustrik wrote: Hi Praveen, Actually when sockets are created and bound/connected they are not ready for polling using ZMQ_FD. What does it exactly mean? Does the program crash in such case or what? Also, FWIW, I do not get this behavior with 2.1.0+ (and haven't

[zeromq-dev] Goodle Summer of Code 2011

2011-01-25 Thread Martin Sustrik
Hi all, GSoC 2011 have already been announced. Do we want to participate with 0MQ? What kind of projects we could benefit from? What kind of projects would be interesting for students? Thoughts? Martin ___ zeromq-dev mailing list

Re: [zeromq-dev] [PATCH] ZMQ_RECONNECT_IVL_MAX - improved

2011-01-25 Thread Martin Sustrik
Thijs, Fixed the code and the documentation. It should apply cleanly to the current master. Applied to master. Thanks! Martin ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Goodle Summer of Code 2011

2011-01-25 Thread Wolfgang Richter
I am, and I'm sure other students would be, excited about working on any of the features on the 3.0 roadmap: http://www.zeromq.org/docs:3-0 Also, from watching the lists, I've seen many good feature requests that could be turned into student projects. I am actually somewhat interested in

Re: [zeromq-dev] External Event Loop

2011-01-25 Thread Praveen Baratam
Hello Jonathan Martin, What does it exactly mean? Does the program crash in such case or what? - Martin No it does not crash! Just that the poll/epoll will not return any events on ZMQ_FD. Here is the schematic that dint work... 1. Create a XREQ socket 2. Set the identity 3. connect to XREP