I looked at the differences between poll , epoll and select . I do not understand when to use select . I see no advantage given that poll and epoll have everything that select is and much more.
poll
epoll
select
select () is smaller than the poll () file. Moreover, some implementation of select () just uses poll ().
Source: https://habr.com/ru/post/1494984/More articles:Implementing an Interface - inheritanceHow to specify a range with NSPredicate in Objective-C - iosHow to impersonate a user in a WCF service? - authenticationFastest way to check if WCF service is running - c #How to use code to create a StackPanel → Border → Background - c #Python SyntaxError when using end argument with print function - python(Beginner) Python Function Codeacademy - pythonsizeof class in virtual inheritance - c ++Is the PHP levenshtein () function an error? - phpGCC / Xcode virtual class size - c ++All Articles