> To solve this problem, I'd like to set threads as daemon. So that all > related threads are terminated when main loop is interrupted. Any idea on > this problem will be appreciated.
I've seen daemon threads causing core dumps on shutdown. Better to either use a library that doesn't use threads (which as mentioned is possible in this case), or have a timeout on your blocking wait. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python