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

Resource allocation is the process by which a computing system aims to meet the hardware requirements of an application run by it. Computing, networking and energy resources must be optimised taking into account hardware, performance and environmental restrictions. This process may be undertaken by the hardware itself, an operating system, a distributed computing system, or as part of data center management.

Property Value
dbo:abstract
  • Resource allocation is the process by which a computing system aims to meet the hardware requirements of an application run by it. Computing, networking and energy resources must be optimised taking into account hardware, performance and environmental restrictions. This process may be undertaken by the hardware itself, an operating system, a distributed computing system, or as part of data center management. (en)
  • Dans le contexte de la programmation concurrente, l'allocation de ressources est l'opération permettant d'affecter des ressources à un thread particulier. Cette opération est nécessaire dans le cadre de la programmation concurrente pour garantir les accès adaptés à des entre plusieurs threads. Une telle opération n'est pas nécessaire pour les ressources non partagées. Il existe différents types de ressources partagées et donc aussi différents types d'accès à ces ressources. La suite de cet article présente différents cas d'allocation de ressources. Il n'existe pas de solution triviale pour traiter tous les types d'allocation ; il existe des méthodes classiques pour des cas standards d'allocation, mais les allocations particulières doivent faire l'objet d'un algorithme adapté. (fr)
  • リソース割り当て(リソースわりあて、英語: Resource allocation)とは、使用可能な計算資源を経済的な方法で割り当てる際に使用される。リソース管理に含まれる。並行プログラミングのコンテキストでは、リソースを特定のスレッドに割り当てるプロセス。これは、複数のスレッド間で共有リソースに適切にアクセスするために、並行プログラミングの一部として必要であるが、操作は非共有リソースには必要ない。 共有リソースにはさまざまな種類があるため、これらのリソースへのアクセスにはさまざまな種類がある。すべてのタイプの割り当てを処理する簡単なソリューションはない。標準的な割り当ての場合には古典的な方法があるが、特別な割り当ては適切なアルゴリズムの対象でなければならない。 (ja)
dbo:wikiPageID
  • 7742058 (xsd:integer)
dbo:wikiPageLength
  • 2591 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1119317165 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • Resource allocation is the process by which a computing system aims to meet the hardware requirements of an application run by it. Computing, networking and energy resources must be optimised taking into account hardware, performance and environmental restrictions. This process may be undertaken by the hardware itself, an operating system, a distributed computing system, or as part of data center management. (en)
  • リソース割り当て(リソースわりあて、英語: Resource allocation)とは、使用可能な計算資源を経済的な方法で割り当てる際に使用される。リソース管理に含まれる。並行プログラミングのコンテキストでは、リソースを特定のスレッドに割り当てるプロセス。これは、複数のスレッド間で共有リソースに適切にアクセスするために、並行プログラミングの一部として必要であるが、操作は非共有リソースには必要ない。 共有リソースにはさまざまな種類があるため、これらのリソースへのアクセスにはさまざまな種類がある。すべてのタイプの割り当てを処理する簡単なソリューションはない。標準的な割り当ての場合には古典的な方法があるが、特別な割り当ては適切なアルゴリズムの対象でなければならない。 (ja)
  • Dans le contexte de la programmation concurrente, l'allocation de ressources est l'opération permettant d'affecter des ressources à un thread particulier. Cette opération est nécessaire dans le cadre de la programmation concurrente pour garantir les accès adaptés à des entre plusieurs threads. Une telle opération n'est pas nécessaire pour les ressources non partagées. (fr)
rdfs:label
  • Allocation de ressources (fr)
  • リソース割り当て (ja)
  • Resource allocation (computer) (en)
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