ordered threading
Robin Becker
Robin.Becker at p98.f112.n480.z2.fidonet.org
Fri Jul 2 15:03:34 EDT 1999
More information about the Python-list mailing list
Fri Jul 2 15:03:34 EDT 1999
- Previous message (by thread): ordered threading
- Next message (by thread): ordered threading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Robin Becker <robin at jessikat.demon.co.uk> 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
- Previous message (by thread): ordered threading
- Next message (by thread): ordered threading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list