mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 16:45:50 -06:00
[GH-ISSUE #115] 高并发,内存泄漏的疑问 #58
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#58
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 @ghost on GitHub (Sep 18, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/115
这个反向代理支持高并发不 是否有内存泄漏。不考虑带宽的情况下 frp反向代理能否稳定承载10W次每秒请求的短链接 代理池和连接池 是否能真正起到作用捏?在线等大神回复,偶没怎么接触go 不知道并发怎么样
@fatedier commented on GitHub (Sep 18, 2016):
鉴于你的问题,你可能是需要一个简单的高性能反向代理,frp 目前的主要作用是用于内网穿透,所以可能不太符合你的需求。
@ghost commented on GitHub (Sep 18, 2016):
多谢回答~我测试看看吧0 0 嘿嘿 我需要的就是 内网穿透 转发 - - 之前建立的反向代理基于ssh隧道 没跑多久 就挂掉了 = =
@yi-ge commented on GitHub (Sep 18, 2016):
高并发可以尝试使用ss,目前来看frps可优化空间很大。
@ghost commented on GitHub (Sep 18, 2016):
ss=Shadowsocks?

经过压力测试 连通率100%掉线奔溃率0% 不清楚大神是怎样维护链接的,建议可以指定连接池的时间 超时就断开所有链接 释放资源
测试如下还是比较OK的 稳定的很~nice
@yi-ge commented on GitHub (Sep 18, 2016):
我看过代码,确实写得很不错。你这测试方式不太科学哟!!
@ghost commented on GitHub (Sep 18, 2016):
嘎嘎 就简单的测试迸发了 - -嘎嘎 已star 跟进项目 要去恶补go语言去了 - -