InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Outbound Gateway actor. Counterpart to IbGateway. Receives messages from actors on current node bound for remote nodes. Sends them over the network to IbGateway. More...
#include "ObGateway.h"
Go to the source code of this file.
Functions | |
void * | obGateway (void *identity) |
launch ObGateway actor More... | |
Outbound Gateway actor. Counterpart to IbGateway. Receives messages from actors on current node bound for remote nodes. Sends them over the network to IbGateway.
Definition in file ObGateway.cc.
void* obGateway | ( | void * | identity) |
launch ObGateway actor
identity | how to identify actor instance |
Definition at line 274 of file ObGateway.cc.
Referenced by TopologyMgr::TopologyMgr().