What to check to see if server has enough free resources?
Posted
by kyrisu
on Stack Overflow
See other posts from Stack Overflow
or by kyrisu
Published on 2010-05-21T18:35:10Z
Indexed on
2010/05/21
18:40 UTC
Read the original article
Hit count: 157
The windows service I am writing will need to run some processor intensive operations once in a while (sound encoding wav -> mp3) on a machine that takes part in real time voice communication (so I cannot just run them any-time).
What would you check (what counters maybe) before running such operation?
Can you point me to any good articles?
© Stack Overflow or respective owner