At 02:56 PM 3/21/2007 -0700, Morgen Sagen wrote:
Do we have any control over the CPU usage of background operations, like those running in a PeriodicTask?
Not unless there is some sort of platform-specific thread-priority hack we can do. Python always runs for 100% of the timeslice it's given, unless waiting for I/O -- or possibly, waiting for a lock.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
