On Jan 16, 2015 8:43 AM, "Charlie Brady" < [email protected]> wrote: > > > On Fri, 16 Jan 2015, Wayne Marshall wrote: > > > Your assertion sounds scary and foreboding in theory, but is not an > > issue in practice. > > You've never had a system crawl when some process is being restarted every > second? For example, apache? > Spawning apache every second totally hammers low-power systems. The important thing here is to have the postgres checker bail the run script _before_ starting apache so if postgres isn't up and ready, you only incur the hit of rerunning a few lines of shell and a light-weight check program, not spooling up a web server.
Cheers!
