On unix, my two setups are:
1. A higher-volume setting (ca 1000 messages/day) 

   pickle-format database

   patched sb_xmlrpcserver running all the time

   sb_client connects and sends requests to server to score or train
   messages, or to flush database to disk

2. A lower-volume setting (ca 100 messages/day)

   pickle-format database

   sb_filter used to score messages

   sb_mboxtrain used manually to train messages

In each case there's only a single writer to the database, unless
something goes wrong.  In one case there's only ever a single reader of
the database (with sb_xmlrpcserver) but in the second case there may be
many readers (sb_filter)

Jeff

Attachment: pgpg6RvPRfttA.pgp
Description: PGP signature

_______________________________________________
spambayes-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-dev

Reply via email to