ordered threading

Robin Becker robin at jessikat.demon.co.uk
Fri Jul 2 13:03:34 EDT 1999


I have an unbounded number of worker threads which occasionally require
access to a unique server thread. I can easily mutex access to the
server thread, but is there any obvious/easy way to ensure that the
blocked workers wake up in the right order?

Also if blocked can a thread be killed in any way?
-- 
Robin Becker




More information about the Python-list mailing list