About: Handle leak

An Entity of Type: insect, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org:8891

A handle leak is a type of software bug that occurs when a computer program asks for a handle to a resource but does not free the handle when it is no longer used. If this occurs frequently or repeatedly over an extended period of time, a large number of handles may be marked in-use and thus unavailable, causing performance problems or a crash. The term is derived from memory leak. Handle leaks, like memory leaks, are specific instances of resource leaks.

Property Value
dbo:abstract
  • A handle leak is a type of software bug that occurs when a computer program asks for a handle to a resource but does not free the handle when it is no longer used. If this occurs frequently or repeatedly over an extended period of time, a large number of handles may be marked in-use and thus unavailable, causing performance problems or a crash. The term is derived from memory leak. Handle leaks, like memory leaks, are specific instances of resource leaks. (en)
  • 핸들 누수(Handle leak)는 컴퓨터 프로그램이 에게 핸들을 요구하지만, 더 이상 사용되지 않는 핸들을 놓아주지 않을 때 발생하는 소프트웨어 버그의 한 종류이다. 만약 이것이 특정한 기간 동안 자주 또는 반복적으로 일어나는 경우 다수의 핸들들이 사용 중으로 표시되고 사용될 수 없게 되며 결국 성능 문제나 충돌을 일으킨다. 이 용어는 메모리 누수에서 파생되었다. 핸들 누수는 자원 누수의 특정한 예시이다. (ko)
dbo:wikiPageID
  • 1914534 (xsd:integer)
dbo:wikiPageLength
  • 2095 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1121630413 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • A handle leak is a type of software bug that occurs when a computer program asks for a handle to a resource but does not free the handle when it is no longer used. If this occurs frequently or repeatedly over an extended period of time, a large number of handles may be marked in-use and thus unavailable, causing performance problems or a crash. The term is derived from memory leak. Handle leaks, like memory leaks, are specific instances of resource leaks. (en)
  • 핸들 누수(Handle leak)는 컴퓨터 프로그램이 에게 핸들을 요구하지만, 더 이상 사용되지 않는 핸들을 놓아주지 않을 때 발생하는 소프트웨어 버그의 한 종류이다. 만약 이것이 특정한 기간 동안 자주 또는 반복적으로 일어나는 경우 다수의 핸들들이 사용 중으로 표시되고 사용될 수 없게 되며 결국 성능 문제나 충돌을 일으킨다. 이 용어는 메모리 누수에서 파생되었다. 핸들 누수는 자원 누수의 특정한 예시이다. (ko)
rdfs:label
  • Handle leak (en)
  • 핸들 누수 (ko)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License