In 5 minutes, Delphi trigger almost 30.000 events just to read registry HKLM\System\CurrentControlSet\services\Tcpip\Parameters\* keys
In 5 minutes, Delphi trigger almost 30.000 events just to read registry HKLM\System\CurrentControlSet\services\Tcpip\Parameters\* keys,
Is that really necessary?
Welcome to copy protection overhead.
ReplyDeleteThomas Mueller I dont mind copy protection, but why IDE must lookup the same information from registry almost 30.000 in 5 minutes? That is just dumb.
ReplyDeleteChecking 100 times/second is likely worthy of a bug report.
ReplyDeleteIs it the BDS that is checking the registry, or a DLL that it loaded (ie, does Process Monitor show the difference)?
ReplyDeleteNicholas Ring, I dont think that any DLL is involded, Process Monitor don't show anything related to DLL in this calls.
ReplyDeleteAttila Kovacs I think that that is VM settings, maybe the fact that I'm behind the company proxy that is blocking the requests.
ReplyDelete