Replies: 2 comments
-
I'm not sure what could be going on in your case. Would you be able and interested in investigating further? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@seanmonstar thats why i created issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I start hyper http2 server and load it with oha (https://github.com/hatoo/oha),
if there is one connection, the number of requests per second is X,
if there are more than one connections, then the number of requests per second increases by 3 times. I run in single-threaded mode. I don't understand how this is possible
Nothing like this is observed with other servers - if it is run in single-threaded mode, then there is no increase in requests per second from an increase in the number of connections
Do you have explanation for this effect?
Server code:
Beta Was this translation helpful? Give feedback.
All reactions