Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Resource_leak> ?p ?o. }
Showing items 1 to 19 of
19
with 100 items per page.
- Resource_leak abstract "In computer science, a resource leak is a particular type of resource consumption by a computer program where the program does not release resources it has acquired. This condition is normally the result of a bug in a program. Typical resource leaks include memory leak and handle leak, particularly file handle leaks, though memory is often considered separately from other resources.Examples of resources available in limited numbers to the operating system include internet sockets, file handles, process table entries, and process identifiers (PIDs). Resource leaks are often a minor problem, causing at most minor slowdown and being recovered from after processes terminate. In other cases resource leaks can be a major problem, causing resource starvation and severe system slowdown or instability, crashing the leaking process, other processes, or even the system. Resource leaks often go unnoticed under light load, and these problems only manifest themselves under heavy system load.Resource leaks are particularly a problem for resources available in very low quantities. Leaking a unique resource, such as a lock, is particularly serious, as this causes immediate resource starvation (it prevents other processes from acquiring it) and causes deadlock. Intentionally leaking resources can be used in a denial-of-service attack, such as a fork bomb, and thus resource leaks present a security bug.".
- Resource_leak wikiPageID "21802463".
- Resource_leak wikiPageRevisionID "606272640".
- Resource_leak hasPhotoCollection Resource_leak.
- Resource_leak subject Category:Computational_resources.
- Resource_leak type Abstraction100002137.
- Resource_leak type Assets113329641.
- Resource_leak type ComputationalResources.
- Resource_leak type Possession100032613.
- Resource_leak type Relation100031921.
- Resource_leak type Resource113331778.
- Resource_leak comment "In computer science, a resource leak is a particular type of resource consumption by a computer program where the program does not release resources it has acquired. This condition is normally the result of a bug in a program.".
- Resource_leak label "Resource leak".
- Resource_leak sameAs m.05pc50t.
- Resource_leak sameAs Q7315829.
- Resource_leak sameAs Q7315829.
- Resource_leak sameAs Resource_leak.
- Resource_leak wasDerivedFrom Resource_leak?oldid=606272640.
- Resource_leak isPrimaryTopicOf Resource_leak.