summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-21 14:19:40 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-21 14:19:40 +0000
commit23fd96b1bfb48403313e4be99f60968ce959e1bd (patch)
treea9d45fb4b90ea78a33047c33fae2c3a3dc7dc0e7
parentc3af992c88a799d33186a0cb7d57f57b52583d55 (diff)
The suggestion for multiple queues.
-rw-r--r--doc/doc-misc/WishList16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList
index 9a23b3f30..5fccd0f25 100644
--- a/doc/doc-misc/WishList
+++ b/doc/doc-misc/WishList
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-misc/WishList,v 1.16 2004/12/22 15:31:47 ph10 Exp $
+$Cambridge: exim/doc/doc-misc/WishList,v 1.17 2005/01/21 14:19:40 ph10 Exp $
EXIM 4 WISH LIST
----------------
@@ -1825,5 +1825,17 @@ Unless a lot of work is done, this would be restricted to another remote
transport. A similar effect could therefore be achieved with "shadow_hosts"
which are like fallback_hosts but which operate on success.
------------------------------------------------------------------------------
---- HWM 312 ------------------------------------------------------------------
+
+(313) 21-Jan-05 ? Multiple queues
+
+Exim runs poorly if its queue gets too big. Various ways round this are all
+to some extent kludges. There has been a suggestion of using multiple
+directories instead of just "input". (Originally it was for a whole set of
+spool directories, but that introduces complications with the hint files.)
+On message arrival, somehow a selection of "input" must be made. Then queue
+runners must be startable for the different "queues". Don't forget that the
+"msglog" directory is also involved. Perhaps add a new level of indirection:
+/var/spool/exim/queue1/{input,msglog}, /var/spool/exim/queue2/....
+------------------------------------------------------------------------------
+--- HWM 313 ------------------------------------------------------------------
---------------------------- End of WishList ---------------------------------