« Return to Thread: Persistence - Multi Index Container

Persistence - Multi Index Container

by Avi Revivo :: Rate this Message:

Reply to Author | View in Thread

Hi All,

A team in my development group is currently using a proprietary container with a functionality similar to the MultiIndexContainer except for an additional feature of using Memory Mapped File to store the container data. The proprietary container performance is poor with ot without using the mapped file. The memory mapped file feature is extermly important since the component must keep the entire state even if the system crushes.

Inorder for them to use the Multi Index container they need some persistence feature. Serializing the container every 2 seconds or so is not possible since the container size will be too large (dozens of MB).

Is there any solution or future plans to develop such a feature in the Multi Index Container and in other boost containers?

Thanks in advance,
Avi Revivo
Nice Systems

 « Return to Thread: Persistence - Multi Index Container