in reply to Re^4: Other Script Processes
in thread Other Script Processes
(as a shell command) or just rename "new-vars.conf", "vars.conf" (as a step in a perl script -- same thing). That way, no one will ever get a partial (or partially edited) version of the file. Assuming the file is read only once per client process, there won't be any inconsistencies from the client's perspective.mv new-vars.conf vars.conf
|
|---|