Below you will find pages that utilize the taxonomy term “swoole”
June 23, 2017
swoole模块及使用场景
"一、多任务及多进程: 用来大量采集数据时使用,再利用多进程提高效率\nhttp://blog.csdn.net/koastal/article/details/52871316 http://www.tuicool.com/articles/ZFNFvqm\n二、定时任务\nhttps://github.com/LinkedDestiny/swoole-doc/blob/master/src/03/swoole_timer_server.php\nswoole新版本已经废除掉了 timer 指令,请使用 swoole_timer_tick 代替。参考:\nhttps://wiki.swoole.com/wiki/page/480.html\n或\nhttps://wiki.swoole.com/wiki/page/414.html\n三、执行异步任务(耗时任务处理)\nhttps://wiki.swoole.com/wiki/page/162.html https://wiki.swoole.com/wiki/page/481.html …"