dubbo-php-framework是一个用于php语言的RPC通讯框架

网友投稿 1031 2022-10-30

dubbo-php-framework是一个用于php语言的RPC通讯框架

dubbo-php-framework是一个用于php语言的RPC通讯框架

php framework for apache dubbo

dubbo-php-framework is a RPC communication framework for PHP language. It is fully compatible with Dubbo protocol, and can be used as provider terminal and consumer terminal simultaneously. Using zookeeper for service registration discovery, and using fastjson and hessian for Serialization.

Introduction

php provider runs in multiple processes. The worker process is used to process specific business, the manager process controls the lifecycle of the worker process, and the master process processes the network IO.Agent monitors the change of provider address information in registry and synchronizes them to local redis for all php consumers on the machine to share.php consumer、redis and agent are deployed on all consumer machines and communicate with each other on unix socket.provider_admin is deployed on all provider machines to control the lifecycle of all php providers on that machine.

Quick start (Chinese) Installation guide (Chinese) Configuration guide (Chinese)

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:【多线程】 CAS 机制解析及应用( 原子类 . 自旋锁 )、解决 ABA 问题
下一篇:Hydra是用PyTorch编写的灵活的多任务学习框架
相关文章

 发表评论

暂时没有评论,来抢沙发吧~