摘要: php flock 使用实例 [php] view plain copy bool flock ( resource $handle , int $operation [, int &$wouldblock ] ) [php] view plain copy [php] view plain cop 阅读全文
posted @ 2018-05-29 14:26 Microtiger 阅读(934) 评论(0) 推荐(0)
摘要: 模拟准备--如何模拟高并发访问一个脚本:apache安装文件的bin/ab.exe可以模拟并发量 -c 模拟多少并发量 -n 一共请求多少次 http://请求的脚本例如:cmd: apache安装路径/bin/ab.exe -c 10 -n 10 http://web.test.com/test. 阅读全文
posted @ 2018-05-29 14:05 Microtiger 阅读(783) 评论(0) 推荐(0)