Cold start (computing) (original) (raw)

Property Value
dbo:abstract Cold start in computing refers to a problem where a system or its part was created or restarted and is not working at its normal operation. The problem can be related to initialising internal objects or populating cache or starting up subsystems. In a typical web service system the problem occurs after restarting the server, and also when clearing the cache (e.g., after releasing new version). The first requests to the web service will cause significantly more load due to the server cache being populated, the browser cache being cleared, and new resources being requested. Other services like a caching proxy or web accelerator will also need time to gather new resources and operate normally. Similar problem occurs when creating instances in a hosted environment and instances in cloud computing services. Cold start (or cold boot) may also refer to a booting process of a single computer (or virtual machine). In this case services and other startup applications are executed after reboot. The system is typically made available to the user even though startup operations are still performed and slow down other operations. Another type of problem is when the data model of a particular system requires connections between objects. In that case new objects will not operate normally until those connections are made. This is well known problem with recommender systems. (en)
dbo:wikiPageID 62986341 (xsd:integer)
dbo:wikiPageLength 2757 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1106823503 (xsd:integer)
dbo:wikiPageWikiLink dbr:Application_software dbr:Web_accelerator dbr:Computer dbr:Object_(computer_science) dbr:Cold_start_(recommender_systems) dbr:Cache_(computing) dbr:Cloud_computing dbr:Computing dbr:Data_model dbr:Web_browser dbr:Web_service dbr:Reboot dbc:Information_systems dbr:Recommender_system dbr:Caching_proxy dbr:Virtual_machine dbr:Windows_service dbr:Web_cache
dct:subject dbc:Information_systems
rdfs:comment Cold start in computing refers to a problem where a system or its part was created or restarted and is not working at its normal operation. The problem can be related to initialising internal objects or populating cache or starting up subsystems. Similar problem occurs when creating instances in a hosted environment and instances in cloud computing services. (en)
rdfs:label Cold start (computing) (en)
owl:sameAs wikidata:Cold start (computing) https://global.dbpedia.org/id/8PdkW
prov:wasDerivedFrom wikipedia-en:Cold_start_(computing)?oldid=1106823503&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Cold_start_(computing)
is dbo:wikiPageDisambiguates of dbr:Cold_start
is dbo:wikiPageWikiLink of dbr:Cold_start dbr:Preference_elicitation dbr:Reboot dbr:Collaborative_filtering dbr:Recommender_system
is foaf:primaryTopic of wikipedia-en:Cold_start_(computing)