smugindividual
Programmer
I have a background process that is set up with a catch block that will restart the process whenever a signal is caught. (design is that the background process will never be down for more than a moment)
And it works fine unless it detects a tcl error. As i understand it tcl will do it's built in error processing and kill the process and my catch block never sees a signal. I want to either disable standard tcl error processing, or modify it to send a signal to the catch block. Any help would be appreciated.
And it works fine unless it detects a tcl error. As i understand it tcl will do it's built in error processing and kill the process and my catch block never sees a signal. I want to either disable standard tcl error processing, or modify it to send a signal to the catch block. Any help would be appreciated.