I’m currently using json and http to call perl functions from python, but it’s slow. Based on some research, messagepack is best for serialization and zeromq is the best transport. Both have cross platform bindings, but before I dig in, I would like to know what others are using for fast cross-language RPC (preferably with persistent tcp connections)
Share
Thrift is a cross-language RPC platform designed to be extremely efficient and performant.