Switch to epoll #10
Labels
No Label
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#10
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
epoll
should be faster thanpoll
, so ideally I would like to switch to it. The best method here I think would be using edge-triggeredepoll
.This article shows some very interesting numbers that do seem to apply that epoll would be a lot faster for a large number of file descriptors.
The
dev
branch now usesepoll
.