From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D97A71F424 for ; Fri, 20 Apr 2018 10:27:21 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] TODO: add EPOLLEXCLUSIVE item Date: Fri, 20 Apr 2018 10:27:21 +0000 Message-Id: <20180420102721.20397-1-e@80x24.org> List-Id: Threads are generally discouraged in Perl5, so I won't be using a dedicated blocking accept4() thread like I would in other languages. --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 6b99c60..c2727be 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 -- EW