Lawrence D'Oliveiro <[EMAIL PROTECTED]> writes:
> > 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?

If the processes are sharing resources, the exact same problems arise.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to