I have noticed that the amount
of CPU time that one thread
is using is tremendous.
There is not a lot of work in the thread.
It basicly runs through an Vector, looking
for values. This happens within a While loop.
I set the thread to sleep for 500 mili and it
still plumets my ressourcess.
Is there something that can be done
to reduce the amount of CPU usage
which a thread uses?