|
我测试的是一个网站连接的并发,设置集合点,网站是以PHP开发的,没有与数据库进行交互,用的测试工具是LR8.1
1、使用10个用户并发时,无报错,全部通过,
2、使用20个用户并发时,有两个用户出错,错误信息为
Action.c(12): Error -27791: Server "172.16.16.16" has shut down the connection prematurely
Action.c(12): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.
3、使用30个用户并发时,有12个用户出错,错误信息为
Action.c(12): Error -27791: Server "172.16.16.16" has shut down the connection prematurely
Action.c(12): Error -27740: Overlapped transmission of request to "....." for URL "http://172.16.16.16:8080/logon/?username=asi0721@mycollect.net&password=79e4a3f141e5d5a06b9b3d099b404ec6&nounce=95010" failed: WSA_IO_PENDING
Action.c(12): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively.
请大家指教,上面是什么引起的错误啊,该怎么解决呢,我上网找了些资料都没办法解决,
[ 本帖最后由 huangkai 于 2009-5-18 09:07 编辑 ] |
|