threads and timeout -> running a shell command / want to guard against infinite loops

Marcus Liddle m.liddle at cosc.canterbury.ac.nz
Mon Aug 18 22:21:14 EDT 2003


<newbie hat>

Hi

I'm trying to get a really simple python program to
  run a bash testing script and kill itself if its
  been running to long (ie infinite loop)

create the thread object - test = TestThread()
run the command - test.do_command("infloop.bash")
if t.isAlive(): ...stop it

any good ideas?

cheers
Marcus
-- 
Senior Assistant [mailto:m.liddle at cosc.canterbury.ac.nz]
Dept. of  Computer Science    University of Canterbury
Phone: +64 3  366-7001      ext: 7871      Office: 323
[  http://www.cosc.canterbury.ac.nz/~marcus/index.html ]






More information about the Python-list mailing list