Setting thread priorities

John Nagle nagle at animats.com
Sun May 13 02:46:53 EDT 2007


   There's no way to set thread priorities within Python, is there?
We have some threads that go compute-bound, and would like to
reduce their priority slightly so the other operations, like
accessing the database and servicing queries, aren't slowed
as much.

				John Nagle



More information about the Python-list mailing list