> 2009/9/17 Simon Matter <simon.matter@xxxxxxxxx>: >>> Hi, is it safe to run two cyrus processes on the same filesystem/mail >>> spool to provide scalability and HA?, in example, two servers >>> accessing one clustered filesystem or NFS directory?. >> >> Hi, NFS no, that doesn't seem to work even on NFSv4. At least no one has >> confirmed it to work IIRC. >> With a clustered filesystem it should work, but make sure you don't run >> Berkeley DB backends, run it with skiplist instead. >> >> Regards, >> Simon >> >> > > BDB is the default, isn't it?, how would skiplist affect > functionality/speed?, is that just a configuration parameter o cyrus > hast to be built/compiled again to support it?. It all depends on which version you are using. In recent versions most databases are skiplist by default and it's a config option, not compile time anymore. Many people including me run skiplist only and it works well. This has been discussed many times on the list so you may find more infos in the archive. Simon ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html