Search code examples
rpcthrift

Microsoft RPC and Thrift


Is Microsoft RPC http://msdn.microsoft.com/en-us/library/aa374169%28VS.85%29.aspx same as Thrift ?


Solution

  • No. Apache Thrift also allows you to build RPC clients and servers, but it's more than just a Windows thing. Thrift was originally developed at Facebook.