top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Reasons why we see application hang problems?

+3 votes
253 views

Do you experience application hang problems? If so, give the top reasons why the applications hang and cause slow performance?

posted Dec 28, 2015 by Manikandan J

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+3 votes

Reasons for potential causes of computer slowness and freezing

  1. Your computer does not nave enough of free hard drive space
  2. Your PC requires a memory upgrade
  3. Your computer has been running for a long time without a reboot
  4. Computer’s hard drive corrupted or fragmented
  5. Too many applications running at the same time
  6. Your computer is infected with a virus or malicious program (malware)
  7. Fatal or not, hardware conflicts and outdated drivers
  8. Your version of Windows (or other platform you may be using) or other software is out of date.
  9. Computer or processor is overheating
  10. Hardware Failure
answer Dec 28, 2015 by Shivaranjini
Similar Questions
+3 votes

The Peterson's solution to the critical section problem,

Init: flag[2]={False}  //two process problem
Init turn=i or j.
do {
flag [i] = TRUE;
turn= j;
while (flag[j] && turn==j);
critical section
 flag [i] = FALSE; 
remainder section
} while (TRUE);

hence there is no guarantee that this algorithm will work efficiently on Modern Architecture systems.(Ref:- Galvin Book Page No - 229 ), Why so, can somebody help me out?

+2 votes

Which option is used in "ps" command to get the details on running threads associated to a process ?

+1 vote

Are there any defined rules that should be considered while writing function definition ?

...