About: Resource leak     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Resource113331778, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FResource_leak

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.

AttributesValues
rdf:type
rdfs:label
  • 자원 누수 (ko)
  • Resource leak (en)
  • 资源泄漏 (zh)
rdfs:comment
  • 在计算机科学中,资源泄漏是指计算机程序不释放自己已获得的资源,導致资源被白白浪費。这种情况通常是由程序中的错误造成的。典型的资源泄漏包括内存泄漏和。其他操作系统可用的有限资源有網路插座、文件描述符、行程和进程ID。 资源泄漏有時不過是一个小问题,最多会导致程序運行速度下降并在进程终止后再運行程序時速度可以恢复。在其他情况下,资源泄漏可能會造成嚴重影響,例如导致饥饿和系统卡頓嚴重或不稳定,進而造成系统崩溃。在短時間运行时间下,资源泄漏通常不会被注意到,當系统长时间运行時资源泄漏造成的問題就會凸顯出來。 同樣地,对于数量非常少的可用资源,资源泄漏的問題尤其要注意。有時黑客就是利用资源泄漏這一問題發動阻斷服務攻擊(例如Fork炸弹)。 (zh)
  • 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. (en)
  • 자원 누수(resource leak)는 프로그램에 의한 자원소비의 한 종류로서 이 프로그램이 자신이 획득했던 자원들을 놓지 않을 때 일어난다. 이 조건은 보통 프로그램 내의 버그에 의해 나타난다. 전형적인 자원 누수로는 메모리 누수와 핸들 누수 등이 있으며, 참고로 메모리는 종종 다른 자원들과 독립적으로 고려된다. 운영체제에서 제한적으로 사용 가능한 자원으로는 인터넷 소켓, 파일 핸들, 프로세스 테이블 엔트리 그리고 프로세스 식별자(PID)가 있다. 자원 누수는 종종 사소한 문제로써 사소한 늦어짐만 유발하고 프로세스가 종료된 후에 회복된다. 어떤 경우에는 자원 누수가 중요한 문제가 될 수 있는데 이 경우는 자원 고갈과 심각한 시스템 둔화 또는 불안정이 유발되고 자신을 포함한 여러 프로세스들이 충돌될 수 있다.자원 누수는 종종 경량이나 짧은 런타임 시에는 알아채지 못하다가, 무거운 시스템 로드 또는 오랜 기간 실행 시에 발생할 수 있다. (ko)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
has 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 short runtimes, and these problems only manifest themselves under heavy system load or systems that remain running for long periods of time. 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. (en)
  • 자원 누수(resource leak)는 프로그램에 의한 자원소비의 한 종류로서 이 프로그램이 자신이 획득했던 자원들을 놓지 않을 때 일어난다. 이 조건은 보통 프로그램 내의 버그에 의해 나타난다. 전형적인 자원 누수로는 메모리 누수와 핸들 누수 등이 있으며, 참고로 메모리는 종종 다른 자원들과 독립적으로 고려된다. 운영체제에서 제한적으로 사용 가능한 자원으로는 인터넷 소켓, 파일 핸들, 프로세스 테이블 엔트리 그리고 프로세스 식별자(PID)가 있다. 자원 누수는 종종 사소한 문제로써 사소한 늦어짐만 유발하고 프로세스가 종료된 후에 회복된다. 어떤 경우에는 자원 누수가 중요한 문제가 될 수 있는데 이 경우는 자원 고갈과 심각한 시스템 둔화 또는 불안정이 유발되고 자신을 포함한 여러 프로세스들이 충돌될 수 있다.자원 누수는 종종 경량이나 짧은 런타임 시에는 알아채지 못하다가, 무거운 시스템 로드 또는 오랜 기간 실행 시에 발생할 수 있다. 자워 누수는 특히 매우 낮은 양의 자원이 사용 가능할 때 문제가 된다. Lock 같은 유니크한 자원이 누수되는 경우 즉각적인 자원 고갈이 발생하고 이것은 교착 상태까지 유발한다. 의도적인 자원 누수는 서비스 거부 공격에 사용될 수 있다. (ko)
  • 在计算机科学中,资源泄漏是指计算机程序不释放自己已获得的资源,導致资源被白白浪費。这种情况通常是由程序中的错误造成的。典型的资源泄漏包括内存泄漏和。其他操作系统可用的有限资源有網路插座、文件描述符、行程和进程ID。 资源泄漏有時不過是一个小问题,最多会导致程序運行速度下降并在进程终止后再運行程序時速度可以恢复。在其他情况下,资源泄漏可能會造成嚴重影響,例如导致饥饿和系统卡頓嚴重或不稳定,進而造成系统崩溃。在短時間运行时间下,资源泄漏通常不会被注意到,當系统长时间运行時资源泄漏造成的問題就會凸顯出來。 同樣地,对于数量非常少的可用资源,资源泄漏的問題尤其要注意。有時黑客就是利用资源泄漏這一問題發動阻斷服務攻擊(例如Fork炸弹)。 (zh)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 54 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software