<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sat, Mar 10, 2018 at 7:57 PM Xavier Noria <<a href="mailto:fxn@hashref.com">fxn@hashref.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The key `<span id="m_-3431467017575857046:19g.1">maxT</span>` in application resource files configures a maximum time the application is allowed to run (defaults to `infinity`).<div><br></div><div><div>Have you ever used it? Which use cases does it have?</div><div><br></div></div></div></blockquote><div><br></div><div>Never used it.</div><div><br></div><div>I think a good use is for a temporary application, in which you know that it will run and then terminate after a while by its own. This allows you to put in a dead-man's switch in addition so if it doesn't, then the application controller will eventually terminate it.</div><div><br></div><div>Things I'd consider:</div><div><br></div><div>* Investigative applications.</div><div>* Applications which should have an upper limit but where the world around the application might change so the limit eventually gets broken.</div><div>* As an extra protection measure on one-off applications</div><div><br></div><div>Usually, these parameters have some history inside Ericsson (we needed this for a project), but I don't know if it is in use in general. </div></div></div>