I have a rather big program that's has a lot of threads and
listeners. Now when i run the program it works fine and doesn't lag,
but when i multi-task everything else is superslow. Now i've already
cut down to the minimum memory, thread and llistener usage, but it
still eats 100% cpu power. Is there a way i can limit the amout of
cpu power a program can use? I think on Unix you use the & charcter
beforehand but what do i do? I'm running Windows XP Professional.