AkazawaYun
AkazawaYun
ok, I see that asp.net core uses 'transfer-encoding: chunked' instead of 'content-length: 13' in his test, Both the code are written, but the first one was seleted to work as...
I change it to GET [http://localhost:8080/plaintext](url) 2 hour ago, and pull request just now, but the build/verify failed..., so the code that you tried to run may be not the...
The old version akazawayun.pro also work fine, i run it with Visual Studio 2019 on windows 10, and use an ApiTestor Tool to request [http://localhost:2022/post/plaintext](url) , it got the response...
oh yes, it does not support http pipelining, the next request only can be accepted after the current request's response is sent to client . but the json test is...
The difference is so huge !! ..cry .. can you help to copy the launch-log of my framwork to me . There is an index named concurrent of the ISemaphore...
thank you very much for the help and comfort. but still so depressed, I write this framwork is because I feel asp.net is complex and difficult to config and code...
I run asp.net minimalAPI and my framwork both on a Linux cloud computer, it has only 2 physical core and 2Gb memory, but the result is this... [https://akazawayun.cn/wrk-linux.png](url) By the...
In fact I don't know the -t parameter of wrk how effect the server performance. When I set -t2 -c512, means tell wrk( the http clients manager ) to use...
The words " meaning more requests can be executed per connection " wake up me ! I seems to understand it, As the -t grows from 1 to cores' count,...
I think it's neccesary for me to setup a linux environment on my i5-8300H computer (4 core 8 logic thread), the 2 core cloud machine hides the potential problems. One...