yang123vc / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Win Ring 0 Service #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there,

i have one windows 2008 server and when i run the open hardware monitor over an 
test tool (included over the OpenHardWareMonitor.dll) it installs WinRing0 as a 
Service. 

So far so good. The Program itself refreshes the values every minute and in the 
eventLog every Minute an log entry is generated "Service has been installed"

Because of that the server performance is getting really really slow.

I attached the Message (is in german) and everything.

When exactly will the service be installed and how come with every run the 
service will be installed again and again..

Original issue reported on code.google.com by worldbeh...@gmail.com on 4 Nov 2011 at 6:48

Attachments:

GoogleCodeExporter commented 9 years ago
Which test tool do you use to load the OpenHardWareMonitor.dll? Normally the 
OpenHardWareMonitor.dll loads the driver service when the library is opened. 
The driver is removed again, when the library is closed and no other instances 
are using the driver. Maybe the test tool you use opens and closes the library 
once every minute. This is of course not the case when you use 
OpenHardwareMonitor.exe. The OpenHardwareMonitor.exe opens loads / unloads the 
driver only when the application is started or exited.

Original comment by moel.mich on 4 Nov 2011 at 7:53

GoogleCodeExporter commented 9 years ago
Yeah i am really sorry i fixed the problem.. It was a completely different 
scenario.. somehow the user had an old version of the tool where the win ring 0 
implementation was done by the OpenLibSys.

Really sorry for bothering you with this.

Thanks for the great Lib.

Original comment by worldbeh...@gmail.com on 4 Nov 2011 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by moel.mich on 4 Nov 2011 at 8:29