Proposed new feature or change:
When using multiprocessing, if a memmap object is one of the parameters passed to the processes, the file contents are pickled, not information necessary to memory map the file again.
It would allow for much better operation (and performance) if the unpickling recreated the actual memory map.