[ Content | View menu ]

Thrift

Mark Mzyk July 22, 2008

I’m currently using Thrift at work.  It’s a convenient way to shuttle data across different services and to invoke remote procedure calls.  I like it because of how lightweight it is, so I don’t have to wrestle with code for a kitchen when all I need is a faucet. The one downside to Thrift at […]