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

support other multiplexing I/O methods? #21

Open
Charles0429 opened this issue Jul 27, 2014 · 4 comments
Open

support other multiplexing I/O methods? #21

Charles0429 opened this issue Jul 27, 2014 · 4 comments

Comments

@Charles0429
Copy link

Hi, I read the code of the whole project, it's now only supporting the select method. And there are someother multiplexing I/O methods, such as epoll, kqueue. Will nope.c support these methods? If so, I think the project needs a simple event driven library which packages multiple multiplexing I/O methods. And I'm writing a simple event driven library libse, I hope I could make some contributions to nope.c. Looking forward to your reply!
thank you very much!

@sternenseemann
Copy link

There's also libev

@Charles0429
Copy link
Author

Yeah, but if we want to make it as simple as possible, we need to write our own. For example, redis has its own event driven library.

@Charles0429
Copy link
Author

@riolet

@riolet
Copy link
Collaborator

riolet commented Jul 28, 2014

@Charles0429, thank you for checking out nope.c. I took a look at your library, and it looks pretty solid.

We have to make some major design decisions first. As per the discussion in #19, to which you have contributed, we have to balance three (potentially) opposing needs:

  • Simplicty
  • Scalability
  • Portability

I would say we should keep the discussion open in #19.

Thanks!

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

2 participants