About: Web worker     Goto   Sponge   NotDistinct   Permalink

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

A web worker, as defined by the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), is a JavaScript script executed from an HTML page that runs in the background, independently of scripts that may also have been executed from the same HTML page. Web workers are often able to utilize multi-core CPUs more effectively. The web worker specification is part of the HTML Living Standard.

AttributesValues
rdf:type
rdfs:label
  • Web Worker (de)
  • Trabajador web (es)
  • Web worker (it)
  • Web Worker (ja)
  • Web worker (en)
rdfs:comment
  • Web Worker erlauben es, in JavaScript Code getrennt vom Hauptthread im Hintergrund auszuführen. Web Worker gibt es in drei Typen: Dedicated Workers, Shared Workers und Service Workers. (de)
  • Un trabajador web (Web worker en inglés), tal como lo define la World Wide Web Consortium (W3C) y el Web Hypertext Application Technology Working Group (WHATWG), es un script JavaScript ejecutado desde una página HTML que se ejecuta en segundo plano, independientemente de los scripts que también pueden haber sido ejecutado desde la misma página HTML.​ Los trabajadores web a menudo pueden utilizar CPU multinúcleo de manera más efectiva.​ Un tipo de trabajador web es el Service Worker (o trabajador de servicio), usado en las aplicaciones web progresivas (PWA). (es)
  • A web worker, as defined by the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), is a JavaScript script executed from an HTML page that runs in the background, independently of scripts that may also have been executed from the same HTML page. Web workers are often able to utilize multi-core CPUs more effectively. The web worker specification is part of the HTML Living Standard. (en)
  • Un web worker, come definito dal World Wide Web Consortium (W3C) e dal Web Hypertext Application Technology Working Group (WHATWG), è uno script JavaScript che viene eseguito in background in una pagina HTML indipendentemente dagli script dell'interfaccia utente. I Web worker sono spesso in grado di utilizzare le CPU multi-core in modo più efficiente. Il W3C e il WHATWG sono attualmente nel processo di sviluppo della definizione di API per i web worker. (it)
  • Web Worker(ウェブ・ワーカー)は、HTMLページから実行され、同じHTMLページから実行される可能性があるスクリプトからは独立にバックグラウンドで動作する、JavaScriptのスクリプトである。World Wide Web Consortium(W3C)とWeb Hypertext Application Technology Working Group(WHATWG)で仕様が定義されている。web workerはマルチコアのCPUをより効率よく利用できることが多い。 Web Workerは、全てのタスクがシングルスレッドで処理されるJavaScriptの持つ問題を解消するための仕様である。JavaScriptで長時間かかる処理を実行すると、入力や画面の描画処理がブロックされて、アプリケーションが操作不能となってしまうため、処理を分割して何度もsetTimeout等で呼び出すなどの工夫が必要であった。しかし、workerを使用することによって、一部の操作について並行処理(バックグラウンド処理)が可能となる。 Web Workerの仕様はHTML Living Standardの一部である。 (ja)
foaf:homepage
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
editors
committee
  • WHATWG (en)
domain
  • (en)
  • Multiprocessing (en)
  • Multithreaded programming (en)
organization
  • (en)
status
title
  • Web Workers (en)
website
  • (en)
  • Latest standard: https://html.spec.whatwg.org/multipage/workers.html (en)
  • Retired standard: https://www.w3.org/TR/2021/NOTE-workers-20210128/ (en)
year started
has abstract
  • Web Worker erlauben es, in JavaScript Code getrennt vom Hauptthread im Hintergrund auszuführen. Web Worker gibt es in drei Typen: Dedicated Workers, Shared Workers und Service Workers. (de)
  • Un trabajador web (Web worker en inglés), tal como lo define la World Wide Web Consortium (W3C) y el Web Hypertext Application Technology Working Group (WHATWG), es un script JavaScript ejecutado desde una página HTML que se ejecuta en segundo plano, independientemente de los scripts que también pueden haber sido ejecutado desde la misma página HTML.​ Los trabajadores web a menudo pueden utilizar CPU multinúcleo de manera más efectiva.​ Un tipo de trabajador web es el Service Worker (o trabajador de servicio), usado en las aplicaciones web progresivas (PWA). El W3C y WHATWG visualizan a los trabajadores web como scripts de larga ejecución que no se ven interrumpidos por scripts que responden a los clics u otras interacciones del usuario. Evitar que estos trabajadores sean interrumpidos por las actividades del usuario debería permitir que las páginas web sigan respondiendo al mismo tiempo que ejecutan tareas largas en segundo plano. El uso más simple de los trabajadores es realizar una tarea computacionalmente costosa sin interrumpir la interfaz de usuario. La especificación del trabajador web es parte del estándar Living HTML.​ (es)
  • Web Worker(ウェブ・ワーカー)は、HTMLページから実行され、同じHTMLページから実行される可能性があるスクリプトからは独立にバックグラウンドで動作する、JavaScriptのスクリプトである。World Wide Web Consortium(W3C)とWeb Hypertext Application Technology Working Group(WHATWG)で仕様が定義されている。web workerはマルチコアのCPUをより効率よく利用できることが多い。 Web Workerは、全てのタスクがシングルスレッドで処理されるJavaScriptの持つ問題を解消するための仕様である。JavaScriptで長時間かかる処理を実行すると、入力や画面の描画処理がブロックされて、アプリケーションが操作不能となってしまうため、処理を分割して何度もsetTimeout等で呼び出すなどの工夫が必要であった。しかし、workerを使用することによって、一部の操作について並行処理(バックグラウンド処理)が可能となる。 W3CとWHATWGは、Web Workerをクリックやユーザー操作などに応答するスクリプトによって中断されない長時間実行するスクリプトとして想定している。workerがユーザーアクティビティで中断されないようにすることで、バックグラウンドで長いタスクを実行すると同時に、Webページの応答性を確保できるようになる。 Web Workerの仕様はHTML Living Standardの一部である。 (ja)
  • A web worker, as defined by the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), is a JavaScript script executed from an HTML page that runs in the background, independently of scripts that may also have been executed from the same HTML page. Web workers are often able to utilize multi-core CPUs more effectively. The W3C and WHATWG envision web workers as long-running scripts that are not interrupted by scripts that respond to clicks or other user interactions. Keeping such workers from being interrupted by user activities should allow Web pages to remain responsive at the same time as they are running long tasks in the background. The web worker specification is part of the HTML Living Standard. (en)
  • Un web worker, come definito dal World Wide Web Consortium (W3C) e dal Web Hypertext Application Technology Working Group (WHATWG), è uno script JavaScript che viene eseguito in background in una pagina HTML indipendentemente dagli script dell'interfaccia utente. I Web worker sono spesso in grado di utilizzare le CPU multi-core in modo più efficiente. Il W3C e WHATWG considerano i web worker come script a esecuzione prolungata che non vengono interrotti dagli script dell'interfaccia utente (che rispondono ai clic o ad altre interazioni dell'utente). Il fatto di impedire a tali worker di essere interrotti dalle attività utente dovrebbe consentire alle pagine Web di rimanere reattive mentre eseguono attività lunghe in background. Il W3C e il WHATWG sono attualmente nel processo di sviluppo della definizione di API per i web worker. (it)
first published
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage 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 (61 GB total memory, 49 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software