Hi all,
I am going to add some large spam archives for my Bayes database with
sa-learn.
I have a machine with six vCPUs and obviously I would like to speed up
the learning process. I am thinking of running six sa-learn processes in
parallel. Is there any issue with this like locks for the database?
Or is sa-learn itself multithreaded and I do not need to run it in
parallel (does not look so)?
Next, when running the above in parallel (if possible) should I use the
"--no-sync" and do the syncing afterwards? But again, this is then only
single-threaded, right?
Thanks a lot for your input!
/Christian