Oleg,

> I add -DFD_SETSIZE=1024 in the project under Compiler->Command Line,
> rebuild libzmq.dll and my test application. Test fail with unhadled
> exception in own.cpp:141, fnd with 0MQ error message before - "Too
> many open files".

I've checked your code. You are creating connection in a loop. You have 
to run out of file descriptors at some point.

Martin
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to