Can someone tell me if this 15sec cpu load is normal for this version ?
I'm running D+ in SafeMode and setup almost all processes with a custom policy.
I have a P4 HT 3 GHz and over 1gb ram available and XP sp3 32bit.
Other apps: Avira, Comodo Safesurf, Riva Tuner, Unlocker assistant, Speedfan, Daemon tools, Comodo Vulnerability Analyzer, Logitech Setpoint
Applying 130 D+ policies takes 3-4 seconds with a 40% CPU load.
I guess it would be possible to force this issue using some tool but a normal operation test would be needed to confirm it.
In order to force this issue I guess that a Force shutdown PoC (proof of concept) could be used.
These PoC use specific APIs to force a system shutddown (eg.
NtShutdownSystem) if used improerly these PoC could cause dataloss.
I guess that forcing this dataloss on CFP it could give some hints about how CFP handle incomplete configurations.
Anyway I don't advise to try this.
Under normal operations Windows usually alerts all apps about a pending shutdown to let them terminate without data loss.
IIRC a related windows setting that kicks in during shutdown is the time to wait before termination of non-responding apps (it should be 30-60 seconds).
This means that under normal conditions CFP will be forcefully teminated on shutdown if it is not able to do its things in
60 20+5 seconds.
IIRC CFP saves all its configuration upon exit/termination (I'll have to test this again).
So I guess that the overall time to save the entire ruleset and the time to wait before a forceful temination could be related to this issue but if the time to wait is 60 seconds this may not be the case.EDIT: I found out the relevant registry entries
HKCU\Control Panel\Desktop\WaitToKillAppTimeout 20 seconds
HKCU\Control Panel\Desktop\HungAppTimeout 5 seconds