I am using YAWS to serve my remote application. When ever there is a change in yaws.conf file i am restarting the server to make these changes in effect. I don't want to do this, because my application might crash if server is down for more than certain time.
So is there a way to load the new configuration file with out stopping the server, like live code update?