Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache Bench:SSL握手失败与并发级别直接相关_Ssl_Apachebench_Sslhandshakeexception - Fatal编程技术网

Apache Bench:SSL握手失败与并发级别直接相关

Apache Bench:SSL握手失败与并发级别直接相关,ssl,apachebench,sslhandshakeexception,Ssl,Apachebench,Sslhandshakeexception,我在ab上运行了一些测试,当我使用超过155的并发级别时,我得到以下结果: SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL

我在ab上运行了一些测试,当我使用超过155的并发级别时,我得到以下结果:

SSL handshake failed (5).
SSL handshake failed (5).
SSL handshake failed (5).
SSL handshake failed (5).
SSL handshake failed (5).
SSL handshake failed (5).
SSL handshake failed (5).
SSL handshake failed (5).
SSL handshake failed (5).
Completed 100 requests
Completed 200 requests
Finished 200 requests
请求仍然成功:

Concurrency Level:      200
Time taken for tests:   14.481 seconds  
Complete requests:      200
Failed requests:        0
我已经对它进行了多次测试,只有当并发性超过155时,SSL握手才会失败。有谁能向我解释一下他们之间的直接关系吗?

我问了我的问题,我得到了一个很好的答案。我不会删除这个问题,希望它能帮助人们重新找到一个可行的答案。

链接到答案