2010/11/16 Martin Sustrik <sust...@250bpm.com>:
> Nope. Yust set FD_SETSIZE to 1024 in 0MQ MSVC project.

I try to change select.cpp - remove FD_SETSIZE and set 1024 as const,
and then run my test.

    //  Ensure we do not attempt to select () on more than FD_SETSIZE
    //  file descriptors.
    zmq_assert (fds.size () <= 1024);

Test failed on 511 cycle with message "zmq error: Too many open files".

-- 
С уважением,
  Олег Севостьянов

JabberID: boo...@jabber.ru
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to