On Apr 26, 6:28 pm, a...@pythoncraft.com (Aahz) wrote: > The problem is that thread-killing (in the literal sense) doesn't work. > Unlike processes, there's no thread-environment encapsulation at the OS > level, which means that things don't get cleaned up properly. Even Java > has mostly given up on thread-killing. The only way to kill threads > safely is to have them terminate themselves. Your other option is to use > multiple processes. Well, somehow, in Lisp it's not a problem. :)
Cheers, Vsevolod -- http://mail.python.org/mailman/listinfo/python-list