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

Windows支持 #70

Open
hanbim520 opened this issue Sep 16, 2019 · 5 comments
Open

Windows支持 #70

hanbim520 opened this issue Sep 16, 2019 · 5 comments

Comments

@hanbim520
Copy link

希望提供一个Windows支持

@alongL
Copy link

alongL commented Jan 4, 2020

windows的不追求性能,只求方便开发。windows下开发好放到Linux下就可以跑。

@jovany-wang
Copy link
Collaborator

jovany-wang commented Jul 31, 2020

根据代码的结构和设计,可能可以尝试支持windows作为开发选项, 这就要求实现一个IOCP的poller。

不过epoll和IOCP是两种事件模型,一个preactor,一个是reactor,我不确定当前的poller API是否会很容易地增加一个IOCP的实现。
如果你有时间的话可以尝试看一下。

@alongL
Copy link

alongL commented Jul 31, 2020

如果提供,我想windows上提供一个select即可。
仅用作开发调试,服务跑的时候还在linux上

@jovany-wang
Copy link
Collaborator

你可以尝试一下, 我不确定可行

@gaoquanao
Copy link

参考wepoll https://github.com/piscisaureus/wepoll

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

4 participants