]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: add item for optional Cache::FastMmap
authorEric Wong <e@80x24.org>
Fri, 31 May 2019 16:58:46 +0000 (16:58 +0000)
committerEric Wong <e@80x24.org>
Fri, 31 May 2019 17:13:52 +0000 (17:13 +0000)
Taking one step out of setting up a performant deployment could
make setup and administration easier (at the cost of installing
an extra-but-common XS module).  This can also be useful for
the day NNTP servers see hug-of-death events.

TODO

diff --git a/TODO b/TODO
index 704b0648384f0234aeee6847c7174d46f6ca81e3..7bd68c7b816bd5e13a44119fe70d068663be3c74 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,6 +23,9 @@ all need to be considered for everything we introduce)
 
 * TLS support for various daemons (including STARTTLS for NNTP and POP3)
 
+* optional Cache::FastMmap support so production deployments won't
+  need Varnish (Varnish doesn't protect NNTP, either)
+
 * dogfood and take advantage of new kernel APIs (while maintaining
   portability to older Linux, free BSDs and maybe Hurd).