Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

change select with poll or epoll #45

Open
biaochen opened this issue May 3, 2018 · 1 comment
Open

change select with poll or epoll #45

biaochen opened this issue May 3, 2018 · 1 comment

Comments

@biaochen
Copy link

biaochen commented May 3, 2018

select is used as the I/O multiplexing tool, can it be changed with poll or epoll

@Cylix
Copy link
Owner

Cylix commented May 3, 2018

Hi,

originally this library was based on poll.
However, the problem was that Windows implementation of poll is... buggy.
So I changed to select which works perfectly fine.

One improvement would be to switch back to poll on unix and keep poll for windows platform, but I lack of time to do so at the moment. However PR are welcomed :)

Best

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

No branches or pull requests

2 participants