Category: Thrift

Thrift Load Balancing

Thrift is RPC framework protocol that can be used to transport data in faster manner over TCP.  Most of the time thrift is used to server to server data transfer…  As example to publish real time logs in to log servers.  I have worked with thrift to use it as PEP-PDP communication mechanism.  If you […]