Andriy Palamarchuk apa3a@yahoo.com writes:
Do you think it is better to do lazy loading for most parameters?
Yes definitely.
I'll think about it more. Originally I planned to broadcast change notification across processes and use the reload function in other process to refresh values from registry. The problem with this approach is when a parameter is changed without saving.
A possibility could to create a volatile registry branch to save parameters that aren't permanently saved. This way they would be accessible from other processes.