InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Inbound Gateway actor. Counterpart to ObGateway.Receives messages over the network from remote senders and distributes them to their destination actors on the current node. More...
#include "IbGateway.h"
Go to the source code of this file.
Macros | |
#define | EPOLLEVENTS 1024 |
Functions | |
void * | ibGateway (void *identity) |
launch IbGateway actor More... | |
Inbound Gateway actor. Counterpart to ObGateway.Receives messages over the network from remote senders and distributes them to their destination actors on the current node.
Definition in file IbGateway.cc.
#define EPOLLEVENTS 1024 |
Definition at line 33 of file IbGateway.cc.
void* ibGateway | ( | void * | identity) |
launch IbGateway actor
identity | how to identify actor instance |
Definition at line 420 of file IbGateway.cc.
References IbGateway::IbGateway().
Referenced by TopologyMgr::TopologyMgr().