The front page of the nimrod site says a shared memory heap is available. My google-foo has failed to find anything explaining this.
I want to be able to load a large object into memory and have separate processes access it In my case it would be read only data so locking would not be too important. I will be using Linux.
Thanks in advance!