about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-04-20 10:27:21 +0000
committerEric Wong <e@80x24.org>2018-04-23 04:23:41 +0000
commite0d110f9f9a16d4847be98ae1fa9e2b397831cd4 (patch)
tree7c6b27df5aabeb99166d93a3fe420fb522f07591
parent55b22e6414b78336633ca243c113c712af2c3bcd (diff)
downloadpublic-inbox-e0d110f9f9a16d4847be98ae1fa9e2b397831cd4.tar.gz
Threads are generally discouraged in Perl5, so I won't be using
a dedicated blocking accept4() thread like I would in other
languages.
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
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