<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I thought that atd might support time-limited execution in addition to<br>
delays and batching.  Some searching has not turned up any info in this<br>
direction.  Does anyone know if/how at(d) might be used to solve Chris'<br>
problem?<br>
</blockquote><div><br>That is another option too. Something like this:<br><br>yourprogram -options &<br>CMD_PID=$!<br><br>at now +300 seconds <br>kill $CMD_PID <br></div></div><br>Or you can store the PID in a file and check that too.<br>
-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br><a href="http://2bits.com">http://2bits.com</a><br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>
Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>