Craig Votava wrote:
When I use POE and Tk together, I see the process using up a constant 50% of my CPU, even when there's nothing going on.Am I doing something wrong, or is there a good explanation for this? Is there any way to reduce this? Attached is a small test program.
truss (sun) or strace (linux) will tell you what system commands it's running, which would help you figure out what's causing the problem.
Rob
