04.11.2011, 09:51, "Tsuyoshi OZAWA" <[email protected]>: > With standard socket(), we have to use multiplexing IO (such as > epoll, kqueue, and so on). > What's happning inside 0MQ?
Exactly as you've written - multiplexing IO is inside 0mq. And background thread(s) to send/receive/free user's memory/maintain queues. Perhaps http://www.zeromq.org/whitepapers:architecture answers your questions. -- Best regards Ilja Golshtein _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
