My application is single threaded and using epoll for dispatching all events, with MHD, I noticed that it will create its own internal EPOLL through function setup_epoll_fd.
Does MHD support working with external EPOLL event loop ? I couldn't find details in documentation.