hmbdc
simplify-high-performance-messaging-programming
|
impl class More...
#include <NmRecvTransport.hpp>
Private Member Functions | |
void | syncNetmap () HMBDC_RESTRICT |
sync using busy wait or poll depending on config More... | |
impl class
OutputBuffer | type of buffer to hold resulting network messages |
MsgArbitrator | arbitrator to decide drop or keep messages, suited to arbitrate between different recv transport. By default, keeping all |
|
inlineprivate |
sync using busy wait or poll depending on config
it turns out busy wait performance is very poor when using vale poll works mostly, but it works well only when an enough timeout is given less than 10 milli wont work well