Object Oriented Software Engineering   View all facts   Glossary   Help
subject > problem > defect > defect in handling stress and unusual situations > inappropriate management of resources
Next defect in handling stress and unusual situationsincompatibility with specific configurations of hardware or software    Updefect in handling stress and unusual situations    Previous defect in handling stress and unusual situationsdefect in handling peak loads or missing resources   

inappropriate management of resources comparison table
Subject have testing strategy cause has definition detect by occur in
defect in the process of recovering from a crashkill either your program or the programs with which it communicates, at various times during execution A defect that occurs when a system does not deal with hardware failures, crashes of related systems or the power being turned off
  • running the system intensively
  • suppling the system with a very large amount of input
  • running many copies of the system
  • running the system on a computer or network that is busy running other systems
  • running the system in atypical environments
 
memory leakrun the program intensively over a long period of time in such a way that it uses many resources, relinquishes them and then uses them again repeatedlya computer to perform poorly or even run out of memoryA situation in which a program requests memory but does not release it when it is no longer neededrunning a program for an extended period, and using a utility that indicates the amount of memory being usedprograms written in C, C++ and certain other languages

Next defect in handling stress and unusual situationsincompatibility with specific configurations of hardware or software    Updefect in handling stress and unusual situations    Previous defect in handling stress and unusual situationsdefect in handling peak loads or missing resources