TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introduction to Apache Thrift – EMAG TechLabs

6 pointsby hamid914over 8 years ago

1 comment

hamid914over 8 years ago
For macOS users who install thrift with HomeBrew, 8th line of MyAddServer.php should be: define('THRIFT_PHP_LIB', '/usr/local/Cellar/thrift/0.9.3'); If thrift module has been installed with `pip install thrift`, 5th line of MyAddClient.py is not necessary. In 19th line of MyAddClient.py, `MyFirstService` is not defined. It should be `AddService`.