Date: Mon, 3 Mar 2003 16:21:22 -0500 From: Larry Baird <lab@gta.com> To: freebsd-database@freebsd.org Subject: dbopen(3) Message-ID: <20030303162122.A18051@gta.com>
next in thread | raw e-mail | index | archive | help
Does anyone know if dbopen(3) supports concurrent write access. Looking at the source code, the man page has the section about using DB_LOCK and DB_SHMEM commented out. looking at the code quickly does seem to indicate that DB_SHMEM is a NOOP. There is a some code associated with DB_LOCK, but ultimately it also appears to be a NOOP. Assumming it is not possible to do concurrent writes, it would be nice to see this indicated in the bugs section of the man page. (-: Larry -- ------------------------------------------------------------------------ Larry Baird | http://www.gta.com Global Technology Associates, Inc. | Orlando, FL Email: lab@gta.com | TEL 407-380-0220, FAX 407-380-6080 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030303162122.A18051>