Closed zhu121 closed 1 year ago
不是很明白你的问题。
不是很明白你的问题。
想请教下,gnet是否会遇到这样的问题:
连接 A 关闭之后 gnet 会清理掉保存的 connection 数据,所以 fd 被复用也不会有问题。
框架层也需要考虑一些应用层实际应用的问题:
另外,对于ringbuffer之类的使用,我之前给gev提过一个issue,也都是需要考虑应用层在使用poller框架封装实际业务时需要面对的问题也可以讨论下,我就不单独开帖了: https://github.com/Allenxuxu/gev/issues/114
Please fill out the following system information before opening an issue:
What is your question about gnet? Whether it need to use lock to prevent multiple conn data confusion when fd is reused on unix.