Skip to content
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

代理服务器结构体 存在数据不一致性问题 #3

Open
zhangjunfang opened this issue Nov 10, 2016 · 0 comments
Open

代理服务器结构体 存在数据不一致性问题 #3

zhangjunfang opened this issue Nov 10, 2016 · 0 comments

Comments

@zhangjunfang
Copy link

zhangjunfang commented Nov 10, 2016

建议修改为这样:

// 代理服务的结构
type BackendSvr struct {
identify string
// The mutex guards the fields following it.
mu sync.RWMutex
isLive bool // 服务是否存活
failTimes int

}
同时操作这个结构体相关的数据: isLive failTimes 需要加上锁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant