I have a pretty standard Qt GUI application. It uses Qt's QSettings to store a number of settings, and it all works fine.
However, when multiple copies of the application are launched, and settings are changed in one or the other, the different copies can appear inconsistent (as one has the "old" copy of the data).
What are the preferred solutions to this problem? I guess this problem occurs, even outside of the Qt arena.