Hello Martin,

Is there anything wrong with the TestCase I have submitted in my previous
mail?

Me and my team are eagerly waiting for a reply from ZeroMQ team.

We were just wondering if we are not doing things the right way or is it
really a problem with this feature in ZeroMQ!

Thank you,

Regards,

Praveen

On Sun, Jan 2, 2011 at 1:04 AM, Praveen Baratam
<praveen.bara...@gmail.com>wrote:

> Hello Martin,
>
> Is there anything wrong with the TestCase I have submitted in my previous
> mail?
>
> Me and my team are eagerly waiting for a reply from ZeroMQ team.
>
> We were just wondering if we are not doing things the right way or is it
> really a problem with this feature in ZeroMQ!
>
> Thank you,
>
> Regards,
>
> Praveen
>
> On Sat, Dec 25, 2010 at 11:47 PM, Praveen Baratam <
> praveen.bara...@gmail.com> wrote:
>
>> Merry Christmas to ZeroMQ team!
>>
>> On 22 Dec 2010 16:57, "Praveen Baratam" 
>> <praveen.baratam+...@gmail.com<praveen.baratam%2b...@gmail.com>>
>> wrote:
>>
>> Hello Martin,
>>
>> Thanks for the feed back.
>>
>> Attached to this email is a minimal testcase with out any dependencies
>> that reproduces the problem. Most of the code follows the implementation of
>> * zmq_poll* in 2.1 branch.
>>
>> Even the poll call inside zmq_poll is not returning any events on the fds
>> when observed in a debugger.
>>
>> In the test case, if the poll call is supplied a timeout, then we iterate
>> over all the sockets for events using zmq_getsockopt and ZMQ_EVENTS after
>> the poll call times out and process those events. If its supplied an
>> infinite timeout (-1) then the main loop halts there and the poll call never
>> returns.
>>
>> It accurately reproduces the problem with ZMQ_FD.
>>
>> Please look into it.
>>
>> Thank you,
>>
>> Dr. Praveen Baratam
>>
>>
>>
>>
>>
>> On Sat, Dec 18, 2010 at 2:28 PM, Martin Sustrik <sust...@250bpm.com>
>> wrote:
>> >
>> > Hi Praveem,
>> >
>> >
>> ...
>>
>>
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to