$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Dynamic Config
From: Ivan Le Lann (ivan.lelann_at_[hidden])
Date: 2011-02-15 12:12:32
----- "Dan Weber" <dan_at_[hidden]> a écrit :
> Hi Mathias,
>
> I've found that property_tree and program_options are deficient in
> solving this problem.
>
> For instance, property_tree requires full serialization back and
> forth
> for each time you write to the underlying data store, so it could not
> guarantee that it has the most accurate data all the time.
>
Maybe property_tree can be extended to support this use case.
It seems Boost.MultiIndex usage is isolated in implementation.
Is there anything that prevents basic_ptree to use an adaptor
to external data source ?
Regards,
Ivan.