Is it possible to have an app re-set its own priority?

I see that 2.4+ has the ability for sub-processes, but only on creation.

Apparently
win32process.SetPriorityClass(handle, dwPriorityClass)
and
PyCWinThread.SetThreadPriority(priority)

allows one to change a sub while a the sub is running, but what about the current?

Ray

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to