7 ms·
I don't think network overhead is the problem here, it is about ease of development. Thrift generates working server code and you just have to implement RPC fun
by atamyrat 15y ago
I don't think network overhead is the problem here, it is about ease of development. Thrift generates working server code and you just have to implement RPC functions. On PB, you need a stack to handle connections, parse messages, dispatch, etc.
- lobster_johnson 15y agoNote that Thrift supports HTTP as a transport.