Archived

This forum has been archived. Please start a new discussion on GitHub.

how to reload a config dynamiclly?

When a icepack server start, it needs to load the config file which includes some config parameter.
And when the config file changed, what I do I can reload the config into memory, and doesn't need restart the server?

Comments

  • Your only option is to create a new communicator that uses this new config file. You cannot change the properties of an existing communicator after initialization.