Hi, I have a python application running under windows which takes half of the CPU time when being idle. The idle main-loop does a self.ProcessIdle ... Is it possible that this function consumes so much CPU power ? There are no other processes in the background and the application is definetely doing 'nothing' !! Thanks in advance ... mario