-
Notifications
You must be signed in to change notification settings - Fork 194
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
windows的支持 #7
Comments
增加 windows 支持也可以方便调试。 |
WSL 可以解决 |
..\github.com\Allenxuxu\gev\eventloop\eventloop.go:18:11: undefined: poller.Poller golang.org/x/sys/windowsx\sys\windows\dll_windows.go:21:6: missing function body 建议. |
@changshoumeng 非常感谢提供建议! |
windows同样可以达到很好性能啊,iocp模型,之前使用过的iocp模型,写法类似proactor,一个线程监听接收连接,多个work读写 |
大佬,感兴趣的话,直接PR吧。😀 |
请问在wsl下运行goland无法debug,有遇到过吗?dlv好像不支持wsl下debug,有什么好的debug方法吗?谢谢。 |
很期待windows的支持 |
什么时候能有windows支持? |
目前有计划在用标准库 net 支持一下 windows 的开发使用 |
期待支持windows呀 |
大佬,现在支持windows了, 可以打个tag吗? |
|
不期望在windows上有什么好的性能,但是对于演示或者小连接量的系统,还是有作用的
或许可以像evio一样基于std库实现,接口统一就好
The text was updated successfully, but these errors were encountered: