> Python has a "signal" module in the standard library. Will that work?

Yes potentially, but you still need to mess about with process ids etc 
to find which process to send the signal... And you would have to do 
the two things in separate threads since system() blocks your main program.

Alan g
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to