Package Information |
Summary |
Event-driven asynchronous and concurrent networking engine with high performance for PHP. |
Maintainers |
shen zhe <
shenzhe163 at gmail dot com >
(developer)
[details]
Han Tianfeng <
rango at swoole dot com >
(lead)
[details]
Lufei <
lufei at php dot net >
(developer)
[details]
Bruce Dou <
doubaokun at php dot net >
(developer)
[details]
|
License |
Apache2.0 |
Description |
Event-driven asynchronous and concurrent networking engine with high performance for PHP.
- event-driven
- coroutine
- asynchronous non-blocking
- multi-thread reactor
- multi-process worker
- multi-protocol
- millisecond timer
- built-in tcp/http/websocket/http2 server
- coroutine tcp/http/websocket client
- coroutine mysql client
- coroutine redis client
- coroutine read/write file system
- coroutine dns lookup
- support IPv4/IPv6/UnixSocket/TCP/UDP
- support SSL/TLS encrypted transmission |
Homepage |
https://github.com/swoole/swoole-src
|
Release notes
Version 1.9.0
(stable)
|
- Added Swoole\Redis\Server, redis compatible protocol server framework - Added Swoole\Mmap, high-performance disk read and write function - Added Swoole\Client::pipe method - Added onBufferEmpty and onBufferFull event callback for Swoole\Server - Added buffer_high_watermark and buffer_low_watermark option for Swoole\Server - Added swoole_clear_dns_cache function - Added Swoole\Channel, high performance shared memory queue - Fixed redis client type method could not return a string - Fixed an issue when the sync client length protocol package_max_length was invalid - Fixed low-level version of gcc running under the long-term crash happened - Fixed invalid websocket_mask for asynchronous WebSocket client - Fixed a problem where the MySQL client crashed accidentally when there were too many records - Fixed Mac platform task more than 8K to create a temporary file failed to lead to the problem of undeliverable tasks - Fixed taskWaitMulti When the process returns more than 8K receive timeout problem - Fixed atmoic add and sub return value exists data synchronization problems |