Hi,
I am new to Visual C++ and windows. I am
writing this visual C++ application which
needs to find out when the system load is
low. How do I do this? Can you please direct
me to the appropriate win32-api functions?
(this will do). More specifically, I would
like to find out the cpu utilization, memory
usage, i/o wait time etc.
Also, how do I spawn a process? Can I just
use fork()?
Thanks,
Nag/
I am new to Visual C++ and windows. I am
writing this visual C++ application which
needs to find out when the system load is
low. How do I do this? Can you please direct
me to the appropriate win32-api functions?
(this will do). More specifically, I would
like to find out the cpu utilization, memory
usage, i/o wait time etc.
Also, how do I spawn a process? Can I just
use fork()?
Thanks,
Nag/