<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 23/01/15 20:28, Emyr Morris wrote:<br>
    </div>
    <blockquote
cite="mid:CAGAFX7MtGECaVD+O7rfkk9tumv8NAHHcHqxvuUXuHaT=Sz9FVA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <br>
      <div dir="ltr">
        <div>for example, I have a web page that is refreshed every 5
          mins, if chromium has not refreshed in 10 mins it needs to be
          restarted.<br>
        </div>
      </div>
    </blockquote>
    <br>
    I am assuming here that refreshing means that the page is reloaded.<br>
    <br>
    If then everytime the page is reloaded you get it to run a CGI
    script that is embedded in it.<br>
    This CGI script writes the time away to a file.<br>
    You then have a separate cron job that examines that file
    periodically and sees if it has been updated within the requisite
    time period. If it hasn't it kills the chromium process and restarts
    another one.<br>
    <br>
    Neil<br>
  </body>
</html>