Hi, I've just had an opportunity to work on an existing application where messaging layer queues messages in the Windows' own message queue - so the application gets both windows messages as well as the application-specific messages from the messaging layer. Since messages are queued in Windows message queue, the application that uses this messaging library is effectively single-threaded as another message cannot be processed unless and until the current one has been processed - until the current callback exits.
How do you compare this technique with ZeroMQ in terms of performance? How developing a ZeroMQ implementation will improve the performance? How much? Many thanks & regards, -Asif
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
