RPC框架 - thrift 服务端

╄→гoц情女王★ 提交于 2020-03-11 05:24:31

-------服务端程序 ------

下载
    下载 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_server --gen php:server idl-dir/tutorial.thrift

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!