In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Python has no threadicide method, and its absence is not an > oversight. Threads often have important business left to do, such > as releasing locks on shared data; killing them at arbitrary times > tends to leave the system in an inconsistent state.
Perhaps another reason to avoid threads and use processes instead? -- http://mail.python.org/mailman/listinfo/python-list