-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix] solve concurrent coroutine request problem #11
Comments
|
目前测试 200 协程没问题,500 协程有一部分(几十个)会 error,1000 的话就 error 的更多。
|
详见 commit: ebaec51 |
并发 docker image 目前评测资源分:48917.3797(submit time: 2022-08-13 15:56:54),当然也可以再测试几次,先 close,主要是为了验证并发下的请求 count 一致性问题以及类似 redis 缓存击穿问题。
|
47870.4015(submit time: 2022-08-13 16:12:59) |
49928.8520(submit time: 2022-08-13 18:45:43) |
|
4k or 8k 表示 net/http/server.go newBufferSize 的 size 大小
|
fix #10
The text was updated successfully, but these errors were encountered: