We have a use case where we would like a bunch of JVMs on the same machine to load data from a common (j)dbm file. We would like to use shared memory for this (which is provided by Java FileChannel api calls). This will prevent memory bloat.
We looked at the code a bit - and it seems that this should be possible by:
- changing RecordFile to be an interface (or base class)
- having an...
2008-12-29 22:56:58 UTC in jdbm