How to get a raised exception from other thread

themightydoyle at gmail.com themightydoyle at gmail.com
Sun Oct 16 00:49:07 EDT 2005


Nevermind.  I found a better solution.  I used shared memory to create
a keep-alive flag.  I then use the select function with a specified
timeout, and recheck the keep-alive flag after each timeout.

Thanx for all the input.




More information about the Python-list mailing list