﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
7	bdb: shared memory regions not working	Yuri Dario		"When BDB databases do not specify a memory related flag to open/create a database, it uses shared r/w mmap() memory. mmap() does not fully support such mode, still under investigation.

See http://www.mathematik.uni-ulm.de/help/BerkeleyDB/ref/env/region.html for details about regions.

Specify DB_PRIVATE to use malloc() memory, works but database access restricted to single process.
DB_SYSTEM_MEM not investigated, uses shmmem, should work.
"	defect	new	major	db ports	bdb		low			
