文件名称:tmtbe-SwooleDistributed-master
介绍说明--下载内容均来自于网络,请自行研究使用
基于swoole的微服务框架,分布式系统,支持TCP/HTTP/WS,效率强劲,功能强大。-Based on swoole micro-service fr a mework, distributed systems, support TCP/HTTP/WS, efficient, powerful.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SwooleDistributed
.................\.gitignore
.................\Dockerfile
.................\LICENSE
.................\README.md
.................\bin
.................\...\exec
.................\...\....\README.md
.................\...\....\consul.d
.................\...\....\........\README.md
.................\...\....\........\consul_config.json
.................\...\start_service_handle.php
.................\...\start_swoole_dispatch.php
.................\...\start_swoole_server.php
.................\...\test
.................\...\....\start_swoole_client.php
.................\...\....\start_swoole_hexclient.php
.................\...\....\start_swoole_protoclient.php
.................\...\....\start_swoole_simpleClient.php
.................\...\....\start_swoole_simpleHttpServer.php
.................\...\....\start_swoole_websocketclient.php
.................\composer.json
.................\conf.d
.................\......\redis.conf
.................\......\supervisord.conf
.................\create-sd-docker.sh
.................\protobuf.proto
.................\protobuf.sh
.................\screenshots
.................\...........\topological-graph.jpg
.................\src
.................\...\Server
.................\...\......\Asyn
.................\...\......\....\AsynPool.php
.................\...\......\....\AsynPoolManager.php
.................\...\......\....\HttpClient
.................\...\......\....\..........\HttpClient.php
.................\...\......\....\..........\HttpClientPool.php
.................\...\......\....\..........\HttpClientRequestCoroutine.php
.................\...\......\....\IAsynPool.php
.................\...\......\....\Mysql
.................\...\......\....\.....\Miner.php
.................\...\......\....\.....\MySqlCoroutine.php
.................\...\......\....\.....\MysqlAsynPool.php
.................\...\......\....\README.md
.................\...\......\....\Redis
.................\...\......\....\.....\CoroutineRedisHelp.php
.................\...\......\....\.....\RedisAsynPool.php
.................\...\......\....\.....\RedisCoroutine.php
.................\...\......\....\.....\RedisLuaManager.php
.................\...\......\....\TcpClient
.................\...\......\....\.........\SdTcpRpcPool.php
.................\...\......\....\.........\TcpClientPool.php
.................\...\......\....\.........\TcpClientRequestCoroutine.php
.................\...\......\Components
.................\...\......\..........\Consul
.................\...\......\..........\......\ConsulHelp.php
.................\...\......\..........\......\ConsulRest.php
.................\...\......\..........\......\ConsulRpc.php
.................\...\......\..........\......\ConsulServices.php
.................\...\......\..........\Dispatch
.................\...\......\..........\........\DispatchHelp.php
.................\...\......\..........\GrayLog
.................\...\......\..........\.......\UdpTransport.php
.................\...\......\..........\Reload
.................\...\......\..........\......\InotifyProcess.php
.................\...\......\..........\......\ReloadHelp.php
.................\...\......\Controllers
.................\...\......\...........\ConsulController.php
.................\...\......\...........\MathService.php
.................\...\......\...........\README.md
.................\...\......\...........\Status.php
.................\...\......\...........\TestController.php
.................\...\......\CoreBase
.................\...\......\........\Child.php
.................\...\......\........\Controller.php
.................\...\......\........\ControllerFactory.php
.................\...\......\........\CoreBase.php
.................\...\......\........\HttpInput.php
.................\...\......\........\HttpOutput.php
.................\...\......\........\InotifyProcess.php
.................\...\......\........\Loader.php
.................\...\......\........\Model.php
.................\...\......\........\ModelFactory.php
.................\...\......\......