What is RPC framework and Apache Thrift?

An RPC framework in general is a set of tools that enable the programmer to call a piece of code in a remote process, be it on a different machine or just another process on the same machine. In the particular case of Apache Thrift, we talk about a framework designed to be efficient, and … Read more