mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2275] 高并发 多连接下服务停止 #1807
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#1807
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 @getliuyue on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2275
我把客户端的mysql通过frp让外网连接,在高并发、多连接下(具体最多没有试过,刷新frp仪表盘显示在大约到800-900左右就会停止)
一分钟左右就会自动停止。
服务端的端口也会停止监听
但是只有高并发的[mysql]会停止,其他的不会停止,比如[phpmyadmin]
必须通过重启
pkill frpc./frpc -c frpc.ini来解决,但是过一分钟又停止了!
服务端配置如下
客户端配置如下
日志如下
@ax2009live commented on GitHub (Mar 3, 2021):
服务器端vhost_tcp_port 不需要指定端口吧?
token 不需要在frpc每个连接里设置吧、
感觉设置应该这个
服务端配置如下
客户端配置如下
@getliuyue commented on GitHub (Mar 5, 2021):
感谢,但改了配置后还是会时不时停止,我直接装联通宽带了 有公网ip
@zsinba commented on GitHub (Mar 17, 2021):
这应该是我看的ISSUE里第三个反馈高并发(或者说是多连接)的情况下卡死的情况.
目前办法只能重启解决,没找到其他办法.
36.0今天在发布了,不知道会不会解决这个问题.
@github-actions[bot] commented on GitHub (May 2, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.