From: Eric Wong Date: Fri, 20 Apr 2018 10:27:21 +0000 (+0000) Subject: TODO: add EPOLLEXCLUSIVE item X-Git-Tag: v1.1.0-pre1~9 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=e0d110f9f9a16d4847be98ae1fa9e2b397831cd4 TODO: add EPOLLEXCLUSIVE item Threads are generally discouraged in Perl5, so I won't be using a dedicated blocking accept4() thread like I would in other languages. --- diff --git a/TODO b/TODO index 6b99c60b..c2727be4 100644 --- a/TODO +++ b/TODO @@ -58,6 +58,9 @@ all need to be considered for everything we introduce) ugh... https://rt.cpan.org/Ticket/Display.html?id=116615 (IO::KQueue is broken with Danga::Socket) +* EPOLLEXCLUSIVE for listen socket fairness across -httpd/nntpd + worker processes. + * improve documentation * linkify thread skeletons better