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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to