http://www.perlmonks.org?node_id=1006613


in reply to How would you notify services (perl modules) to start over when shared connection has been updated?

It's common practice for unix services to re-read their config file when they get a SIGHUP signal.

But if you don't intend to change your username/password too often then just shutting down the app and restarting it is easier.

  • Comment on Re: How would you notify services (perl modules) to start over when shared connection has been updated?