I am currently looking at the documentation for Boost's interprocess library, and am trying to figure out what the difference is.
From all I can tell the only difference is the persistence (windows shared memory is released when the last process exits, managed_shm is released only when told so), are there other differences like speed or so that I am missing?