Skip to content

Asynchronous Messaging

laforge49 edited this page Nov 8, 2011 · 23 revisions

The code for asynchronous message passing is not especially fast, it benchmarks at about 8 microseconds per message when the incoming message queue of the destination is empty. And while the code is pretty straight forward, the API is not designed for ease-of-use. Rather, the API supports he enhancements needed to achieve high-performance.

Clone this wiki locally