|
|
Subject:
real time moinitoring of system operations
Category: Computers > Operating Systems Asked by: jjburger-ga List Price: $10.00 |
Posted:
11 Jan 2006 08:07 PST
Expires: 10 Feb 2006 08:07 PST Question ID: 432014 |
How does Windows XP Task Manager know when a program is not responding? |
|
There is no answer at this time. |
|
Subject:
Re: real time moinitoring of system operations
From: winista-ga on 11 Jan 2006 10:01 PST |
When task manager says "Not responding" does not actually mean that the application is dead. You will notice this behavior when a program starts doing some intensive processing and hogs lot of CPU and does not yield. At that point, you will notice that TM will display "Not reponding message". Usually the culprits are the contained components in the main process. For example if you have a rogue ActiveX control hosted in Internet Explorer and that component goes into runaway condition, then TM will say that IE is not reposnding. TM usually makes decision based on WM_IDLE message. If a process is not yielding to this message or not reponding to the message TM puts up that message. Usually TM sends WM_GETICON message to the process. If it does not return then.... "Not responding" |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |