<<< Date Index >>>     <<< Thread Index >>>

Re: Maildir header cache now supports imap, too



Hello,

> > AFAIK gdbm. - it's safer for now and much better tested than db-4.
> I wonder how you tested this.

I wrote a little C programm which opened a gdbm database rw. Than I
tried to open the same database via NFS from another machine and of
course from the same machine. However gdbm handeld the locking graceful
and denied rw open to the second process. That's all. I also used the
gdbm database from day 0 on in production and I had no issue so far.

        Thomas