idle tasks
Nathan Clegg
nathan at islanddata.com
Tue Jun 15 12:27:52 EDT 1999
I'm writing a multi-threaded application with the threading module. I
would like one of the threads to run as the lowest priority, effectively
an idle function. I typically only see idle functions in GUI toolkits,
however, and this needs to be a console app. Is there a way to lower the
priority of a thread or create an idle function without using tkinter or
pygtk??
----------------------------------
Nathan Clegg
nathan at islanddata.com
More information about the Python-list
mailing list