- Epoll is the famous I/O event notification used by many apps to make async I/O possible.
- Epoll is a syscall that let's us monitor multiple file descriptors to see if I/O is possible on any of them.
- This is a simple chatroom server that uses epoll to monitor multiple clients.
- Only for educational purposes. Do not use in production.
- Read about epoll here
-
Notifications
You must be signed in to change notification settings - Fork 0
psainics/epoll-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
this is a simple chat server to test epoll syscall
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published