<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 @cosc.canterbur y.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 ]
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 @cosc.canterbur y.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 ]
Comment