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 "gch.h"
Go to the source code of this file.
Classes | |
class | IbGateway |
Inbound Gateway Actor. More... | |
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.h.
void* ibGateway | ( | void * | identity) |
launch IbGateway actor
identity | how to identify actor instance |
Definition at line 420 of file IbGateway.cc.