[GH-ISSUE #94] 关于GoProxy在Windows下最大连接数的问题 #51

Closed
opened 2026-02-27 23:15:13 +03:00 by kerem · 2 comments
Owner

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下最大连接数有没有硬性的限制?
我们的环境至少要接近上万的连接。
感谢!

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下最大连接数有没有硬性的限制? 我们的环境至少要接近上万的连接。 感谢!
kerem closed this issue 2026-02-27 23:15:13 +03:00
Author
Owner

@snail007 commented on GitHub (Jun 8, 2018):

连接数是操作系统层面的限制,程序没有做连接数限制。

<!-- gh-comment-id:395671669 --> @snail007 commented on GitHub (Jun 8, 2018): 连接数是操作系统层面的限制,程序没有做连接数限制。
Author
Owner

@MrXionGe commented on GitHub (Jun 8, 2018):

@snail007
多谢!

<!-- gh-comment-id:395672957 --> @MrXionGe commented on GitHub (Jun 8, 2018): @snail007 多谢!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#51
No description provided.