configuration changes must be applied with MT stopped
Currently the config-set code (called by config-set command and loadConfigFile) applies MT configuration at the end of processConfig but does not protect the configuration update against MT.
We have the same problem but easier to fix as a critical section is enough for the config backend (timer and command).