about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-31 16:58:46 +0000
committerEric Wong <e@80x24.org>2019-05-31 17:13:52 +0000
commit2c5ef3910834b1a931bc83d294181dc6baddddd3 (patch)
tree7f422719b975e88646ba5eea1e2a0b03e30e10b4 /TODO
parent209e8ae75919762654e2ffc30aa2d7e86ec535f0 (diff)
downloadpublic-inbox-2c5ef3910834b1a931bc83d294181dc6baddddd3.tar.gz
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 704b0648..7bd68c7b 100644
--- 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).