文件名称:swoole-master
-
所属分类:
- 标签属性:
- 上传时间:2017-03-29
-
文件大小:804.34kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个专门为PHP语言设计的异步、并行、高性能网络通信引擎,使用纯C语言编写,提供了PHP语言的异步多线程服务器,异步TCP/UDP网络客户端,异步MySQL,异步Redis,数据库连接池,AsyncTask,消息队列,毫秒定时器,异步文件读写,异步DNS查询。 Swoole内置了Http/WebSocket服务器端/客户端、Http2.0服务器端。-A special asynchronous, PHP language design, high performance parallel network communications engine, using pure C language, PHP language provides asynchronous multi-threaded server, asynchronous TCP/UDP network client, asynchronous MySQL, asynchronous Redis, connection pool, AsyncTask, message queue, millisecond timer, asynchronous read and write asynchronous DNS query. Swoole built-in Http/WebSocket server/client, Http2.0 server.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
swoole/
swoole/.gitignore
swoole/.gitmodules
swoole/.travis.yml
swoole/CMakeLists.txt
swoole/CREDITS
swoole/LICENSE
swoole/README.md
swoole/benchmark/
swoole/benchmark/ab.sh
swoole/benchmark/async.php
swoole/benchmark/eof_server.php
swoole/benchmark/http.go
swoole/benchmark/http.js
swoole/benchmark/http.php
swoole/benchmark/http2.go
swoole/benchmark/length_server.php
swoole/benchmark/post.big.data
swoole/benchmark/post.data
swoole/benchmark/redis.go
swoole/benchmark/run.php
swoole/benchmark/tcp.go
swoole/benchmark/tcp.js
swoole/benchmark/tcp.php
swoole/benchmark/udp.php
swoole/benchmark/websocket.php
swoole/config.m4
swoole/examples/
swoole/examples/async/
swoole/examples/async/dns_lookup.php
swoole/examples/async/read.php
swoole/examples/async/readfile.php
swoole/examples/async/write.php
swoole/examples/async/writefile.php
swoole/examples/atomic/
swoole/examples/atomic/test.php
swoole/examples/buffer.php
swoole/examples/c10k.php
swoole/examples/c_module/
swoole/examples/c_module/Makefile
swoole/examples/c_module/run.php
swoole/examples/c_module/tcp.php
swoole/examples/c_module/test.c
swoole/examples/channel.php
swoole/examples/channel/
swoole/examples/channel/leader_follower.php
swoole/examples/client/
swoole/examples/client/async.php
swoole/examples/client/get_socket.php
swoole/examples/client/long_tcp.php
swoole/examples/client/select.php
swoole/examples/client/sync.php
swoole/examples/client/test.txt
swoole/examples/client/udp_async.php
swoole/examples/client/udp_sync.php
swoole/examples/client2.php
swoole/examples/coroutine/
swoole/examples/coroutine/TestHttpServ.php
swoole/examples/coroutine/defer_client.php
swoole/examples/coroutine/http_backend_serv.php
swoole/examples/coroutine/http_server.php
swoole/examples/coroutine/httpmulti.php
swoole/examples/coroutine/reconnect_test.php
swoole/examples/coroutine/tcp_backend_serv.php
swoole/examples/coroutine/timer_test.php
swoole/examples/coroutine/udp_client.php
swoole/examples/coroutine/udp_tcp_timeout.php
swoole/examples/coroutine/websocket.php
swoole/examples/cpp_module/
swoole/examples/cpp_module/Makefile
swoole/examples/cpp_module/run.php
swoole/examples/cpp_module/tcp.php
swoole/examples/cpp_module/test.cpp
swoole/examples/db_pool.php
swoole/examples/eof/
swoole/examples/eof/async_client.php
swoole/examples/eof/client.php
swoole/examples/eof/server.php
swoole/examples/event/
swoole/examples/event/inotify.php
swoole/examples/event/sockets.php
swoole/examples/event/stdin.php
swoole/examples/event/stream.php
swoole/examples/event/test.php
swoole/examples/future/
swoole/examples/future/coroutine.php
swoole/examples/get_local_ip.php
swoole/examples/hot_update_class.php
swoole/examples/http/
swoole/examples/http/async_client.php
swoole/examples/http/async_websocket.php
swoole/examples/http/client.php
swoole/examples/http/curl.php
swoole/examples/http/download.php
swoole/examples/http/post.data
swoole/examples/http/server.php
swoole/examples/http/test.txt
swoole/examples/http/upload_file.php
swoole/examples/ipv6/
swoole/examples/ipv6/tcp_client.php
swoole/examples/ipv6/tcp_server.php
swoole/examples/ipv6/udp_client.php
swoole/examples/ipv6/udp_server.php
swoole/examples/length/
swoole/examples/length/async_client.php
swoole/examples/length/client.php
swoole/examples/length/config.php
swoole/examples/length/func.php
swoole/examples/length/server.php
swoole/examples/lock/
swoole/examples/lock/lock.php
swoole/examples/mmap/
swoole/examples/mmap/mmap.php
swoole/examples/multi_port_server.php
swoole/examples/multicast/
swoole/examples/multicast/client.php
swoole/examples/multicast/server.php
swoole/examples/mysql/
swoole/examples/mysql/real_async.php
swoole/examples/mysql_proxy_server.php
swoole/examples/namespace/
swoole/examples/namespace/README.md
swoole/examples/namespace/atomic.php
swoole/examples/namespace/http_server.php
swoole/examples/namespace/server.php
swoole/examples/namespace/timer.php
swoole/examples/php/
swoole/examples/php/debug_server.php
swoole/examples/php/error.php
swoole/examples/php/inotify.php
swoole/examples/php/mysql.php
swoole/examples/php/socket_server.php
swoole/examples/php/stream_client.php
swoole/examples/php/stream_server.php
swoole/examples/process/
swoole/examples/process/alarm.php
swoole/examples/process/async_master.php
swoole/examples/process/echo.py
swoole/examples/process/exec.php
swoole/examples/process/msgqueue.php
swoole/examples/process/msgqueue2.php
swoole/examples/process/python.php
swoole/examples/process/select.php
swoole/examples/process/stdin_stdout.php
swoole/examples/process/test.php
swoole/examples/process/worker.php
swoole/examples/proxy_sync.php
swoole/examples/recv_1m_client.php
swoole/examples/recv_file.php
swoole/examples/redis/
swoole/examples/redis/client.php
swoole/examples/redis/predis.php
swoole/examples/redis/server.php
swoole/examples/redis/subscribe.php
swoole/examples/redis_pool.php
swoole/examples/reflection_test.php
swoole/examples/send_1m_svr.php
swoole/examples/sendfile_server.php
swoole/examples/server.c
swoole/examples/server.php
swoole/examples/server/
swoole/examples/server/echo.php
swoole/examples/server/e
swoole/.gitignore
swoole/.gitmodules
swoole/.travis.yml
swoole/CMakeLists.txt
swoole/CREDITS
swoole/LICENSE
swoole/README.md
swoole/benchmark/
swoole/benchmark/ab.sh
swoole/benchmark/async.php
swoole/benchmark/eof_server.php
swoole/benchmark/http.go
swoole/benchmark/http.js
swoole/benchmark/http.php
swoole/benchmark/http2.go
swoole/benchmark/length_server.php
swoole/benchmark/post.big.data
swoole/benchmark/post.data
swoole/benchmark/redis.go
swoole/benchmark/run.php
swoole/benchmark/tcp.go
swoole/benchmark/tcp.js
swoole/benchmark/tcp.php
swoole/benchmark/udp.php
swoole/benchmark/websocket.php
swoole/config.m4
swoole/examples/
swoole/examples/async/
swoole/examples/async/dns_lookup.php
swoole/examples/async/read.php
swoole/examples/async/readfile.php
swoole/examples/async/write.php
swoole/examples/async/writefile.php
swoole/examples/atomic/
swoole/examples/atomic/test.php
swoole/examples/buffer.php
swoole/examples/c10k.php
swoole/examples/c_module/
swoole/examples/c_module/Makefile
swoole/examples/c_module/run.php
swoole/examples/c_module/tcp.php
swoole/examples/c_module/test.c
swoole/examples/channel.php
swoole/examples/channel/
swoole/examples/channel/leader_follower.php
swoole/examples/client/
swoole/examples/client/async.php
swoole/examples/client/get_socket.php
swoole/examples/client/long_tcp.php
swoole/examples/client/select.php
swoole/examples/client/sync.php
swoole/examples/client/test.txt
swoole/examples/client/udp_async.php
swoole/examples/client/udp_sync.php
swoole/examples/client2.php
swoole/examples/coroutine/
swoole/examples/coroutine/TestHttpServ.php
swoole/examples/coroutine/defer_client.php
swoole/examples/coroutine/http_backend_serv.php
swoole/examples/coroutine/http_server.php
swoole/examples/coroutine/httpmulti.php
swoole/examples/coroutine/reconnect_test.php
swoole/examples/coroutine/tcp_backend_serv.php
swoole/examples/coroutine/timer_test.php
swoole/examples/coroutine/udp_client.php
swoole/examples/coroutine/udp_tcp_timeout.php
swoole/examples/coroutine/websocket.php
swoole/examples/cpp_module/
swoole/examples/cpp_module/Makefile
swoole/examples/cpp_module/run.php
swoole/examples/cpp_module/tcp.php
swoole/examples/cpp_module/test.cpp
swoole/examples/db_pool.php
swoole/examples/eof/
swoole/examples/eof/async_client.php
swoole/examples/eof/client.php
swoole/examples/eof/server.php
swoole/examples/event/
swoole/examples/event/inotify.php
swoole/examples/event/sockets.php
swoole/examples/event/stdin.php
swoole/examples/event/stream.php
swoole/examples/event/test.php
swoole/examples/future/
swoole/examples/future/coroutine.php
swoole/examples/get_local_ip.php
swoole/examples/hot_update_class.php
swoole/examples/http/
swoole/examples/http/async_client.php
swoole/examples/http/async_websocket.php
swoole/examples/http/client.php
swoole/examples/http/curl.php
swoole/examples/http/download.php
swoole/examples/http/post.data
swoole/examples/http/server.php
swoole/examples/http/test.txt
swoole/examples/http/upload_file.php
swoole/examples/ipv6/
swoole/examples/ipv6/tcp_client.php
swoole/examples/ipv6/tcp_server.php
swoole/examples/ipv6/udp_client.php
swoole/examples/ipv6/udp_server.php
swoole/examples/length/
swoole/examples/length/async_client.php
swoole/examples/length/client.php
swoole/examples/length/config.php
swoole/examples/length/func.php
swoole/examples/length/server.php
swoole/examples/lock/
swoole/examples/lock/lock.php
swoole/examples/mmap/
swoole/examples/mmap/mmap.php
swoole/examples/multi_port_server.php
swoole/examples/multicast/
swoole/examples/multicast/client.php
swoole/examples/multicast/server.php
swoole/examples/mysql/
swoole/examples/mysql/real_async.php
swoole/examples/mysql_proxy_server.php
swoole/examples/namespace/
swoole/examples/namespace/README.md
swoole/examples/namespace/atomic.php
swoole/examples/namespace/http_server.php
swoole/examples/namespace/server.php
swoole/examples/namespace/timer.php
swoole/examples/php/
swoole/examples/php/debug_server.php
swoole/examples/php/error.php
swoole/examples/php/inotify.php
swoole/examples/php/mysql.php
swoole/examples/php/socket_server.php
swoole/examples/php/stream_client.php
swoole/examples/php/stream_server.php
swoole/examples/process/
swoole/examples/process/alarm.php
swoole/examples/process/async_master.php
swoole/examples/process/echo.py
swoole/examples/process/exec.php
swoole/examples/process/msgqueue.php
swoole/examples/process/msgqueue2.php
swoole/examples/process/python.php
swoole/examples/process/select.php
swoole/examples/process/stdin_stdout.php
swoole/examples/process/test.php
swoole/examples/process/worker.php
swoole/examples/proxy_sync.php
swoole/examples/recv_1m_client.php
swoole/examples/recv_file.php
swoole/examples/redis/
swoole/examples/redis/client.php
swoole/examples/redis/predis.php
swoole/examples/redis/server.php
swoole/examples/redis/subscribe.php
swoole/examples/redis_pool.php
swoole/examples/reflection_test.php
swoole/examples/send_1m_svr.php
swoole/examples/sendfile_server.php
swoole/examples/server.c
swoole/examples/server.php
swoole/examples/server/
swoole/examples/server/echo.php
swoole/examples/server/e
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.