uws unresponsive when sending too many requests. #113
Answered
by
ghost
TwinFuture
asked this question in
Q&A
|
I did a simple test using a string which is 22kb, using res.end('22kb string here'). I ran a stresstest trying to basically hit it as hard as I can maximum requests possible and uws just consumes 100% and crashes, resulting in zero requests being processed it seems to just instantly shut it down. I have tested both on nginx and nodes native http and they don't crash and still accept the maximum they can. 41k requests in 69.21s, 910 MB read I get this errors also I used autocannon for the test. autocannon -c 200 -d 80 -p 200 http://xxx.xxx.xxx.xxx:9001 |
Answered by
ghost
Mar 24, 2019
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#45