Programmer's Guide to Apache Thrift
            
暫譯: Apache Thrift 程式設計師指南
        
        Randy Abernethy
- 出版商: Manning Publications
- 出版日期: 2019-04-14
- 售價: $1,980
- 貴賓價: 9.5 折 $1,881
- 語言: 英文
- 頁數: 592
- 裝訂: Paperback
- ISBN: 1617296163
- ISBN-13: 9781617296161
- 
    相關分類:
    
      Message Queue
 
立即出貨 (庫存=1)
買這商品的人也買了...
- 
                
                   $399R Cookbook (Paperback) $399R Cookbook (Paperback)
- 
                
                   Google Android SDK 開發範例大全, 3/e Google Android SDK 開發範例大全, 3/e$950$751
- 
                
                   簡報原力 ─ 邁向完美簡報的十堂必修課 簡報原力 ─ 邁向完美簡報的十堂必修課$320$272
- 
                
                   深入探索 Linux 核心架構 (Professional Linux Kernel Architecture) 深入探索 Linux 核心架構 (Professional Linux Kernel Architecture)$980$774
- 
                
                   Apple Design (Hardcover) Apple Design (Hardcover)$2,100$1,995
- 
                
                   iPhone 苦‧悶‧台灣 iPhone 苦‧悶‧台灣$360$306
- 
                
                   社群藝術, 2/e (The Art of Community: Building the New Age of Participation, 2/e) 社群藝術, 2/e (The Art of Community: Building the New Age of Participation, 2/e)$580$458
- 
                
                   Common LISP: A Gentle Introduction to Symbolic Computation (Paperback) Common LISP: A Gentle Introduction to Symbolic Computation (Paperback)$1,500$1,425
- 
                
                   數位出版:未來主義者的宣言 (Book: A Futurist's Manifesto: A Collection of Essays from the Bleeding Edge of Publishing) 數位出版:未來主義者的宣言 (Book: A Futurist's Manifesto: A Collection of Essays from the Bleeding Edge of Publishing)$400$316
- 
                
                   Beginning iOS 7 Development: Exploring the iOS SDK (Paperback) Beginning iOS 7 Development: Exploring the iOS SDK (Paperback)$2,030$1,929
- 
                
                   $1,400MySQL Cookbook: Solutions for Database Developers and Administrators, 3/e (Paperback) $1,400MySQL Cookbook: Solutions for Database Developers and Administrators, 3/e (Paperback)
- 
                
                   深入理解計算機系統, 3/e (Computer Systems: A Programmer's Perspective, 3/e) 深入理解計算機系統, 3/e (Computer Systems: A Programmer's Perspective, 3/e)$834$792
- 
                
                   Programming Clojure, 3/e (Paperback) Programming Clojure, 3/e (Paperback)$2,070$1,967
- 
                
                   遺留系統重建實戰 (Re-Engineering Legacy Software) 遺留系統重建實戰 (Re-Engineering Legacy Software)$330$314
- 
                
                   無瑕的程式碼-整潔的軟體設計與架構篇 (Clean Architecture: A Craftsman's Guide to Software Structure and Design) 無瑕的程式碼-整潔的軟體設計與架構篇 (Clean Architecture: A Craftsman's Guide to Software Structure and Design)$580$452
- 
                
                   Lua 程序設計, 4/e (Programming in Lua, 4/e) Lua 程序設計, 4/e (Programming in Lua, 4/e)$534$507
- 
                
                   Working Effectively with Legacy Code : 管理、修改、重構遺留程式碼的藝術 (中文版) Working Effectively with Legacy Code : 管理、修改、重構遺留程式碼的藝術 (中文版)$720$562
- 
                
                   深入淺出 Kotlin (Head First Kotlin: A Brain-Friendly Guide) 深入淺出 Kotlin (Head First Kotlin: A Brain-Friendly Guide)$780$616
- 
                
                   Java 實戰, 2/e (Modern Java in Action: Lambda, streams, functional and reactive programming, 2/e) Java 實戰, 2/e (Modern Java in Action: Lambda, streams, functional and reactive programming, 2/e)$714$678
- 
                
                   Laravel 啟動與運行, 2/e (Laravel : Up & Running: A Framework for Building Modern PHP Apps, 2/e) Laravel 啟動與運行, 2/e (Laravel : Up & Running: A Framework for Building Modern PHP Apps, 2/e)$780$616
- 
                
                   中臺架構與實現:基於 DDD 和微服務 中臺架構與實現:基於 DDD 和微服務$534$507
- 
                
                   提升程式設計師的面試力|189道面試題目與解答, 6/e (修訂版) (Cracking the Coding Interview : 189 Programming Questions and Solutions, 6/e) 提升程式設計師的面試力|189道面試題目與解答, 6/e (修訂版) (Cracking the Coding Interview : 189 Programming Questions and Solutions, 6/e)$980$774
- 
                
                   Python : 股票演算法交易實務 147個關鍵技巧詳解, 2/e Python : 股票演算法交易實務 147個關鍵技巧詳解, 2/e$580$452
- 
                
                   JUnit 實戰, 3/e JUnit 實戰, 3/e$839$797
- 
                
                   Clean Architecture 實作篇:在整潔的架構上弄髒你的手 (第二版) (Get Your Hands Dirty on Clean Architecture, 2/e) Clean Architecture 實作篇:在整潔的架構上弄髒你的手 (第二版) (Get Your Hands Dirty on Clean Architecture, 2/e)$600$468
商品描述
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. It 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.
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, it lays the best practices for multi-language distributed application development. Readers will get a guided tour through transports, protocols, IDL, and servers as they explore complete example programs in C++, Java, and Python. They'll also learn how to work with platforms, ranging from enterprise servers to mobile clients.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
商品描述(中文翻譯)
任何分散式應用程式都包含個別組件,這些組件通常使用不同的程式語言編寫並託管於多個位置,必須快速且有效地進行通信。Apache Thrift 是一個通信框架,能夠實現跨語言的遠程程序調用和序列化。它支持嵌入式、移動、網頁和伺服器環境,以及從 JavaScript 到 C++ 的多種語言。它非常適合對大小、可擴展性和性能要求極高的後端服務和嵌入式系統。
《Programmer's Guide to Apache Thrift》全面介紹了 Apache Thrift 框架,並提供了開發者視角的現代分散式應用程式架構。書中包含完整的程式碼範例和務實的討論,為多語言分散式應用程式開發奠定了最佳實踐。讀者將在探索 C++、Java 和 Python 的完整範例程式時,獲得有關傳輸、協議、IDL 和伺服器的指導。讀者還將學習如何與從企業伺服器到移動客戶端的各種平台進行互動。
購買印刷版書籍可獲得 Manning Publications 提供的免費 PDF、Kindle 和 ePub 格式電子書。

 
    
 
     
     
     
     
     
    
 
     
     
     
    
 
     
     
    