in reply to Re: Interesting behaviour with signals and threads
in thread Interesting behaviour with signals and threads

Thanks for the reply and the code!

I was thinking of doing something like making a thread handler and the main process handler do the same thing regardless of which actually received the signal, but your solution seems a lot cleaner than what I had in mind.

In the end I removed the thread, though. It seems that mixing all this stuff together makes the program run in a weird way and I think I might get less complications in the future by just removing the thread.

  • Comment on Re^2: Interesting behaviour with signals and threads