[Spambayes] Client/server model

Neil Schemenauer nas@python.ca
Thu Oct 17 22:36:09 2002


Guido van Rossum wrote:
> (I like to minimize traffic as well as the work done by the server;
> minimizing traffic is always a good idea, while minimizing server work
> means less load on a shared server -- if the clients run on separate
> machines, the combined CPU power of the clients is much more than that
> of the server.)

Why do we want to do it on the server at all?  I think having the DB and
classifier on the client would work better.

   Neil