Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-08 Thread Dave R.
-dev-boun...@lists.zeromq.org] *On Behalf Of *Dave R. *Sent:* Tuesday, August 07, 2012 1:13 PM *To:* ZeroMQ development list *Subject:* Re: [zeromq-dev] ZMQ Freezing Windows ** ** I'm tempted to uninstall it but I did disable it, On Tue, Aug 7, 2012 at 9:04 PM, Steve Hawkins shawk

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Dave Rutlidge
Thanks for that. I set the HWM at 10 for all the sockets. When I ran it I still got the assertion failure after a short time (couple of seconds, if that): Assertion failed: fds.size () = FD_SETSIZE (..\..\..\src\select.cpp:69) I changed the code to add a number to the Hello message. I got the

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Pieter Hintjens
On Tue, Aug 7, 2012 at 4:28 PM, Dave Rutlidge anemailford...@gmail.com wrote: Thanks for that. I set the HWM at 10 for all the sockets. When I ran it I still got the assertion failure after a short time (couple of seconds, if that): Assertion failed: fds.size () = FD_SETSIZE

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Dave R.
Sorry, it looks like what I wrote was not clear. I didn't change the ZMQ stuff, I'm using the packaged library from NuGet. All I changed was the example code from the ZMQ guide lruqueue2 example to make the Hello messages unique. I also set the HWM on all the sockets to 10. To be totally clear,

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Chuck Remes
On Aug 7, 2012, at 3:39 AM, Dave R. wrote: Sorry, it looks like what I wrote was not clear. I didn't change the ZMQ stuff, I'm using the packaged library from NuGet. All I changed was the example code from the ZMQ guide lruqueue2 example to make the Hello messages unique. I also set the

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Dave R.
Thanks, Chuck, My own hunch is that this may be down to the .NET bindings. This can't be a fundamental to ZMQ or no one would use it. I know it's not my code as the sample code compiled as-is does the same thing. Totally killing my machine is not fun :( Regards Dave On Tue, Aug 7, 2012 at 1:29

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Steve Hawkins
Dave, I have experienced the freezing problem you describe with Windows 7. I am using the NUGET package in a Windows service project built with VS 2010. It may freeze with no keyboard and mouse control and you must perform a power button shutdown. Alternatively it may slow down the UI greatly,

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Dave R.
I was really hopeful reading this as I'm also using ESET. But, I disabled it and still got the problem. However, I have noticed a further pattern. The first time I run it it runs for a little over 1000 iterations then gives the assertion failure and stops. The second time I run it I get almost

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Steve Hawkins
list Subject: Re: [zeromq-dev] ZMQ Freezing Windows I was really hopeful reading this as I'm also using ESET. But, I disabled it and still got the problem. However, I have noticed a further pattern. The first time I run it it runs for a little over 1000 iterations then gives the assertion failure

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Dave R.
-boun...@lists.zeromq.org [mailto: zeromq-dev-boun...@lists.zeromq.org] *On Behalf Of *Dave R. *Sent:* Tuesday, August 07, 2012 12:54 PM *To:* ZeroMQ development list *Subject:* Re: [zeromq-dev] ZMQ Freezing Windows ** ** I was really hopeful reading this as I'm also using ESET. But, I

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-07 Thread Steve Hawkins
for my application. From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Dave R. Sent: Tuesday, August 07, 2012 1:13 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] ZMQ Freezing Windows I'm tempted to uninstall it but I did disable it, On Tue

[zeromq-dev] ZMQ Freezing Windows

2012-08-06 Thread Dave Rutlidge
I've been trying to write a broker using ZMQ and found that it would occasionally lock my PC totally, requiring a power-off as the usual Ctrl-Alt-Del etc, and even a shutdown request by pressing the power button did nothing. I tried simpler and simpler examples and still have the same things

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-06 Thread Chuck Remes
On Aug 6, 2012, at 5:03 PM, Dave Rutlidge wrote: I've been trying to write a broker using ZMQ and found that it would occasionally lock my PC totally, requiring a power-off as the usual Ctrl-Alt-Del etc, and even a shutdown request by pressing the power button did nothing. I tried

Re: [zeromq-dev] ZMQ Freezing Windows

2012-08-06 Thread Pieter Hintjens
On Tue, Aug 7, 2012 at 7:03 AM, Dave Rutlidge anemailford...@gmail.com wrote: I've been trying to write a broker using ZMQ and found that it would occasionally lock my PC totally, requiring a power-off as the usual Ctrl-Alt-Del etc, and even a shutdown request by pressing the power button did