mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #94] 关于GoProxy在Windows下最大连接数的问题 #51
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MrXionGe on GitHub (Jun 8, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/94
作者你好,咨询您一个问题。
在nginx官网上面的“nginx for windows”模块下有这样的提示:
Known issues:
Although several workers can be started, only one of them actually does any work.
A worker can handle no more than 1024 simultaneous connections.
分析出来,也就是在Windows下,无论如何,最大连接都不能超过1024。
所以请问我们的这个GoProxy在Windows下最大连接数有没有硬性的限制?
我们的环境至少要接近上万的连接。
感谢!
@snail007 commented on GitHub (Jun 8, 2018):
连接数是操作系统层面的限制,程序没有做连接数限制。
@MrXionGe commented on GitHub (Jun 8, 2018):
@snail007
多谢!