Tagged Questions

0
votes
0answers
122 views

How to get status of congestionprovider option in Windows Vista & Windows 7?

Congestion provider is new service in Windows Vista (i assume Windows 7 contains it too) for squeezing more from your network bandwidth available. It applies only for applications using tcp protocol. ...
0
votes
4answers
375 views

CPU Utilization of Service DLL?

I need to find out the CPU utilization of a service DLL. I have looked in existing samples and we can find CPU utilization for processes. I think DLL will be loaded by services.exe. So is it possible ...