fluent-bit icon indicating copy to clipboard operation
fluent-bit copied to clipboard

WIP / core: support configurable event loop mechanism

Open edsiper opened this issue 1 year ago • 1 comments

This PR makes possible to choose manually the desired Event loop mechanism, otherwise the system does an automatic lookup. The new CMake options available are:

CMake option Description
FLB_EVENT_LOOP_EPOLL Linux based event system
FLB_EVENT_LOOP_ POLL Experimental support for poll(2) based event interface
FLB_EVENT_LOOP_KQUEUE BSD and Apple based event mechanism
FLB_EVENT_LOOP_SELECT Old interface, limited to 256 file descriptors only
FLB_EVENT_LOOP_LIBEVENT System provided by libevent library

Note this PR is still work in process


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

edsiper avatar Jul 22 '24 16:07 edsiper

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Dec 15 '24 02:12 github-actions[bot]

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Sep 06 '25 02:09 github-actions[bot]