config/store.php 默认使用磁盘文件存储数据(workerman内部通讯端口等数据),当请求量很大时性能不会发挥到极致。并且默认使用文件存储无法分布式部署workerman。
所以线上环境最好配置 config/store.php 使用memcache作为存储。设置方法可以参见手册http://doc.workerman.net/start/store_config.html
config/store.php 默认使用磁盘文件存储数据(workerman内部通讯端口等数据),当请求量很大时性能不会发挥到极致。并且默认使用文件存储无法分布式部署workerman。
所以线上环境最好配置 config/store.php 使用memcache作为存储。设置方法可以参见手册http://doc.workerman.net/start/store_config.html