From The Programmer’s Guide to Apache Thrift by Randy Abernethy
Distributed applications vary in the extreme when it comes to load profiles, communications patterns, message payload types and sizes, among other performance considerations. Performance isn’t a one size fits all proposition. That said, we’ll use this article to develop some basic intuition around Apache Thrift networked service performance and how Apache Thrift fits into the broad MSA landscape.
From The Programmer’s Guide to Apache Thrift by Randy Abernethy
This article, excerpted from The Programmer’s Guide to Apache Thrift, delves into how Apache Thrift handles exceptions of all descriptions.