文件名称:swoole-worker
文件大小:63KB
文件格式:ZIP
更新时间:2021-05-15 03:24:59
php
基于swoole_process的workerman,支持毫秒级定时器,事件驱动,常驻进程,支持异步http,redis,mysql客户端,支持tcp,websocket,http等server
【文件预览】:
.gitignore
Autoloader.php
Worker.php
Lib
----Timer.php(3KB)
----Constants.php(979B)
.travis.yml
README.zh.md
LICENSE
composer.json
examples
----tcp_client.php(752B)
----zmq.php(1KB)
----websocket_server.php(754B)
----timer.php(491B)
----tcp_server.php(883B)
----udp_server.php(749B)
----ws_client.php(801B)
----http_client.php(719B)
----web()
--------index.php(105B)
----web_server.php(571B)
----config()
--------activemq.php(171B)
--------probe.php(561B)
--------rabbitmq.php(168B)
--------apollo.php(176B)
----mysql_client.php(1KB)
----http_server.php(763B)
----redis_client.php(902B)
----coroutine.php(428B)
README.md
Events
----EventInterface.php(1KB)
----SwooleEvent.php(3KB)
Connection
----ConnectionInterface.php(2KB)
----UdpConnection.php(3KB)
----AsyncTcpConnection.php(10KB)
----TcpConnection.php(20KB)
Protocols
----Http()
--------mime.types(3KB)
----ProtocolInterface.php(2KB)
----Frame.php(1KB)
----Text.php(2KB)
----Http.php(19KB)
----Ws.php(16KB)
----Websocket.php(18KB)
WebServer.php
Clients
----Tcp.php(1KB)
----Http.php(3KB)
----Ws.php(1KB)
read.t