Jump to ratings and reviews
Rate this book

The Programmer's Guide to Apache Thrift

Rate this book
Any distributed application includes individual components, often written in different languages and hosted in multiple locations, which must communicate quickly and efficiently. Apache Thrift is a communication framework that enables cross-language remote procedure calls and serialization. Apache Thrift supports embedded, mobile, web, and server environments and a host of languages ranging from JavaScript to C++. It's perfect for back end services and embedded systems where size, scalability and performance are mission critical.

The Programmer's Guide to Apache Thrift provides comprehensive coverage of the Apache Thrift framework along with a developer's-eye view of modern distributed application architecture. Packed with complete code examples and pragmatic discussion, this book lays the best practices for multi-language distributed application development. You'll take a guided tour through transports, protocols, IDL and servers as you explore complete example programs in C++, Java and Python. You'll also learn how to work with platforms ranging from enterprise servers to mobile clients.

500 pages, Paperback

First published January 31, 2015

1 person is currently reading
14 people want to read

About the author

Randy Abernethy

3 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
3 (33%)
4 stars
5 (55%)
3 stars
1 (11%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Peter Aronson.
401 reviews20 followers
July 14, 2019
Four-and-a-half stars. A very solid description of the Apache Thrift RPC (Remote Procedure Call) system and how to program against it(*). The examples, which are simple, clear and annotated, are primarily in C++ Java and Python (although third section of the book covers a bunch of other langues too). While it does give guidance on using Thrift's built in server code to build RPC servers, it does not cover at all how those servers should be started or managed, which is a bit of a lack.

(* In an earlier portion of my life I did a bunch of work using ONC-RPC, and actually wore out a copy of Power Programming with RPC, so I am not sure how well this would work as a first introduction to RPC.)
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.