]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: add EPOLLEXCLUSIVE item
authorEric Wong <e@80x24.org>
Fri, 20 Apr 2018 10:27:21 +0000 (10:27 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 Apr 2018 04:23:41 +0000 (04:23 +0000)
Threads are generally discouraged in Perl5, so I won't be using
a dedicated blocking accept4() thread like I would in other
languages.

TODO

diff --git a/TODO b/TODO
index 6b99c60bf49973dd6e045a48cef869330f33e507..c2727be44fba0665ddb6a9f80aaab5e7739f4280 100644 (file)
--- 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