码迷,mamicode.com
首页 > 其他好文 > 详细

RPC框架 - thrift 客户端

时间:2017-03-17 17:39:40      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:shared   ges   修改   rpc   cli   client   .com   img   tor   

   
-------客户端程序 ------

下载
    下载 thrift 源代码包
    下载 thrift 的bin包

准备描述文件(使用源代码包的示例文件)
    \thrift-0.10.0\tutorial\shared.thrift
    \thrift-0.10.0\tutorial\tutorial.thrift

根据描述文件生成代码
    thrift-0.10.0.exe -r -o lib_client --gen php idl-dir/tutorial.thrift

从thrift源代码包中拷贝 php的库
    \thrift-0.10.0\lib\php\lib
    
编写客户端代码 (使用源代码包的示例文件、并修改)
    \thrift-0.10.0\tutorial\php\PhpClient.php

技术分享

RPC框架 - thrift 客户端

标签:shared   ges   修改   rpc   cli   client   .com   img   tor   

原文地址:http://www.cnblogs.com/xiaoyaogege/p/6567394.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!