You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2006/08/30 14:52:28 UTC

[Spamassassin Wiki] Update of "FasterPerformance" by PeterGervai

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by PeterGervai:
http://wiki.apache.org/spamassassin/FasterPerformance

The comment on the change is:
Some data on measured delays of network tests

------------------------------------------------------------------------------
  
  See OutOfMemoryProblems.  Much of the advice applies for CPU-bound machines, too.
  
+ == Network related ==
+ 
+ If you are UsingNetworkTests, install a local DNS server (BIND named, for example) on the same host to cache responses, and set the /etc/resolv.conf file to use that instead of one on another machine.  See CachingNameserver.
+ 
+ External network tests often take long time (compared to a non-network installation). See UsingNetworkTests for general hints.
+ 
+  * Pyzor (see UsingPyzor) tests seem to be one of the most time consuming: it may raise scanning time by more than 10 seconds per check. 
+  * DCC (see UsingDcc) may add 3-5 seconds to testing time.
+