What is the best way to resolve an issue caused by a frozen process?
What is the best way to resolve an issue caused by a frozen process?
The best way to resolve an issue caused by a frozen process is to kill the process. This action targets the specific problematic process, allowing other running processes and the system as a whole to remain unaffected. Rebooting or powering off the machine would result in unnecessary downtime and disruption to all running applications, while simply restarting the process does not guarantee that the frozen process will be terminated first. Therefore, killing the process is the most precise and efficient solution.
According to CCTE To resolve a process freeze with the least amount of impact, perform a reboot to restart the entire system. In situations where rebooting the entire system is not an immediate option, restart the user mode process and reschedule a reboot at the earliest possible opportunity.
Correct answer is A. Kortext documentation page 166.
Restart the process
B is the answer
From CCTE Script: To resolve a process freeze with the least amount of impact, perform a reboot to restart the entire system. In situations where rebooting the entire system is not an immediate option, restart the user mode process and reschedule a reboot at the earliest possible opportunity.
Answer A