3 messages in net.sourceforge.lists.courier-maildrop[maildropl] gdbmopen
FromSent OnAttachments
Henk van LingenApr 11, 2005 7:17 am 
Matthias AndreeApr 11, 2005 7:40 am 
Sam VarshavchikApr 11, 2005 2:56 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] gdbmopenActions...
From:Henk van Lingen (hen@cs.uu.nl)
Date:Apr 11, 2005 7:17:35 am
List:net.sourceforge.lists.courier-maildrop

Hi,

The gdbmopen docs says:

"The GDBM library allows multiple processes to read the same GDBM file at the same time, but it does not allow multiple access when the GDBM file is open for writing. "

Does that mean that 'gdbmopen(".vacation.dat", "C")' will fail when it is already open or will it open the file anyway and will a following 'gdbmstore()' fail?

(I have Berkeley DB instead of GDBM compiled for maildrop)

Cheers,