Workers provide a simple means for web content to run scripts in background threads. Once created, a worker can send messages to the spawning task by posting messages to an event handler specified by the creator.

learn more… | top users | synonyms (1)

64
votes
3answers
10k views

Node.js and CPU intensive requests

I've started tinkering with Node.js HTTP server and really like to write server side Javascript but something is keeping me from starting to use Node.js for my web application. I understand the whole ...
34
votes
3answers
5k views

What are the use-cases for Web Workers?

I am looking for real-world scenarious for using Web Workers API.
29
votes
4answers
3k views

Web workers without a separate Javascript file?

As far as I can tell, web workers need to be written in a separate Javascript file, and called like this: new Worker('longrunning.js') I'm using the Closure compiler to combine and minify all my ...
26
votes
2answers
5k views

Why was HTML5 Web Workers support removed from the Android browser in versions 2.2 and up?

I'm trying to learn something about JavaScript threading. And from a tutorial I learned about HTML5 API web worker. This API enables JavaScript multi-threading. So I start to figure out how and where ...
19
votes
2answers
4k views

Web Workers and Canvas

Are web workers allowed to access a canvas object?
16
votes
3answers
3k views

JavaScript multithreading

I'm working on comparison for several different methods of implementing (real or fake) multithreading in JavaScript. As far as I know only webworkers and Google Gears WorkerPool can give you real ...
15
votes
1answer
443 views

Has anybody ever done large searches in JavaScript using webworkers to parallelize?

I'm writing a search function in JavaScript which is highly parallelizable, and operates on enormous data sets. The data sets are stored in trees of JS objects, and it could be implemented by ...
14
votes
7answers
411 views

Javascript code for making my browser slow down

I'm writing a library for WebWorkers, and I want to test the difference between running a script in the main page thread, versus in one or more workers. The problem is: I can't find out of hand a ...
13
votes
4answers
7k views

HTML Web Worker and Jquery Ajax call

I'm wondering if I can use Jquery inside the web-worker file. Google Chrome gives me this error: "Uncaught ReferenceError: $ is not defined". Here is the code: The parent file: var loader = new ...
13
votes
6answers
2k views

Degrading gracefully with Web Workers

So I'm starting to hear more and more about Web Workers. I think it's absolutely fantastic, but the question I haven't seen anyone really tackle so far is how to support older browsers that do not ...
13
votes
1answer
6k views

'Uncaught Error: DATA_CLONE_ERR: DOM Exception 25' thrown by web worker

So I'm creating a web worker: var arrayit = function(obj) { return Array.prototype.slice.call(obj); }; work = arrayit(images); console.log(work); //work = images.push.apply( images, array ); // ...
12
votes
2answers
1k views

Get number of CPU cores in JavaScript?

Is there a way to determine the number of available CPU cores in JavaScript, so that you could adjust the number of web workers depending on that?
12
votes
2answers
345 views

Is there a way to set a Web Worker to low priority?

I am thinking of using Web Workers to provide some background functionality while a user is browsing my website (that's what Web Workers are for, right?). However, I don't want to take the risk of ...
12
votes
4answers
2k views

What's the difference between Shared Worker and Worker in HTML5?

After reading this blog post: http://www.sitepoint.com/javascript-shared-web-workers-html5/ I don't get it. What's the difference between a Worker and a SharedWorker?
12
votes
6answers
2k views

Sharing websocket across browser tabs?

We want to have one socket per browser rather than one per tab in a browser. How can we achieve it? I read about shared web workers which was promising. A reference for that too is appreciated. ...
9
votes
5answers
3k views

Which would be better for concurrent tasks on node.js? Fibers? Web-workers? or Threads?

I stumbled over node.js sometime ago and like it a lot. But soon I found out that it lacked badly the ability to perform CPU-intensive tasks. So, I started googling and got these answers to solve the ...
9
votes
2answers
3k views

Accessing localStorage from a webWorker

Can a webWroker access the localStorage? if not why not? is it problematic from a security stand point?
9
votes
1answer
377 views

Is there a standard mechanism for detecting if a JavaScript is executing as a WebWorker?

A WebWorker executes with a scope completely separate from the 'window' context of traditional JavaScript. Is there a standard way for a script to determine if it is, itself, being executed as a ...
9
votes
1answer
2k views

web worker console.log

Is it just me, or is console.log() too much to ask for from HTML5 web workers? I know that manipulating the DOM is blocked because it is potentially dangerous, but is there really any possibility ...
8
votes
3answers
4k views

Passing objects to a web worker

I'm trying to pass an object to a web worker through the postMessage function. This object is a square that has a couple of functions to draw himself on a canvas and some other things. The web worker ...
8
votes
2answers
981 views

Guide to using a worker server with a php application [closed]

I've built a PHP app, and I've read that it's a best-practice to use a 'worker' + queue server when calling api's or performing operations that are time consuming. A quick search for a tutorial has ...
8
votes
3answers
1k views

Do Shared Web Workers persist across a single page reload, link navigation

Shared Web Workers are designed to allow multiple pages from the same site (origin) to share a single Web Worker. However, it's not clear to me from the spec (or other tutorials and information on ...
8
votes
2answers
620 views

What happens to an HTML5 web worker thread when the tab is closed while it's running?

I'm wondering what happens when a user closes the tab which spawned the worker thread, while the thread is still working. Does it halt everything? If so, is there a way to run the thread in the ...
8
votes
2answers
2k views

multi-core programming using JavaScript?

So I have this seriously recursive function that I would like to use with my code. The issue is it doesn't really take advantage of dual core machines because js is single threaded. I have tried using ...
8
votes
2answers
175 views

Is there a way to fake a synchronous XHR request?

I'm porting a pile of C++ code to Javascript using the Emscripten system. The C++ code has many calls to fopen which is a synchronous IO call. Within Emscripten, we simulate this using an XHR request ...
8
votes
2answers
351 views

Making WebWorkers a safe environment

In a quest to have an interface capable of running arbitrary javascript code inside the browser, without having a security hole the size of a typical yo-mama joke, Esailija proposed using Web Workers. ...
8
votes
1answer
1k views

Web Workers - Transferable Objects for JSON

HTML 5 Web workers are very slow when using worker.postMessage on a large JSON object. I'm trying to figure out how to transfer a JSON Object to a web worker - using the 'Transferable Objects' types ...
7
votes
1answer
2k views

How to create a Web Worker from a string

How can I use create a Web worker from a string (which is supplied via a POST request)? One way I can think of, but I'm not sure how to implement it, is by creating a data-URI from the server ...
7
votes
2answers
886 views

Is it possible to cause Web Workers to Sleep?

Since web workers negate the disadvantages of paused execution in JavaScript, as they will not block UI, is there a reliable method to get them to Sleep? Either for a designated time, or until they ...
7
votes
5answers
1k views

Combining the power of Processing.js and Web Workers

I've been doing some reading about two (relatively) new concepts in the Javascript language - Web Workers and John Resig's awesome Processing.js (well, not really a new 'Javascript concept', but you ...
7
votes
2answers
718 views

Memory leakage in Chrome using Shared Worker?

I have a web page that starts a HTML5 SharedWorker script. Chrome memory usage increases every time this page is reloaded (hitting F5). The worker script is very simple. Every second (using ...
6
votes
1answer
457 views

Can Web Workers utilize 100% of a multi-core CPU?

I've been trying to find out just how capable web workers are of distributing processor load. I've yet to find any demos that seem to be able to get my quad core 2600k to even 50%, let alone 100%. ...
6
votes
1answer
578 views

Does it make sense to use Web Workers for a game?

I am working on a game that has AI logic, movement, etc and drawing. Does it make sense to calculate moving and AI logic using Web Workers? But how do I do that -- because the workers need to know so ...
6
votes
1answer
518 views

Pass large amounts of data between web worker and main thread

Is there a way to pass large amounts of data (multiple MB) between a web worker and the main thread? I work in a project where I need to download files, modify them a bit and then somehow let the user ...
6
votes
1answer
471 views

What local storage in html5 can I use safely in the browser ui thread and the web worker thread

I've been trying to use web sql database api in webkit based browsers. I have been using the async api in the main ui thread and a web worker. Both threads access the same database (which as you know ...
5
votes
3answers
985 views

Checking if object is a DOM-element

Passing DOM elements to WebWorkers gets tricky since all references to the DOM are 'lost'. I need to check objects that are passed before the WebWorker's message is sent. What is the fastest way to ...
5
votes
2answers
1k views

Using Web Workers for drawing using native canvas functions

It's possible to send a CanvasPixelArray obtained via getImageData to a worker script, and let the worker script manipulate the pixels in its background thread, and eventually post the manipulated ...
5
votes
3answers
268 views

Render RGBA to PNG in pure JavaScript?

Let's say I have a canvas element, and I need to turn the image on the canvas into a PNG or JPEG. Of course, I can simply use canvas.toDataURL, but the problem is that I need to do this a twenty times ...
5
votes
1answer
317 views

JavaScript: Using a queue for network communication

I'm working on a project in which a client must be able to communicate with a server via WebSockets. Since the application which we develop as to be highly responsive on user input we have decided to ...
5
votes
1answer
75 views

Identifying web workers environment?

Is it possible to determine whether or not Javascript is running in a Web Worker context?
5
votes
1answer
306 views

How to do worker-to-worker communication?

I'm experimenting with web workers, and was wondering how well they would deal with embarassingly parallell problems. I therefore implemented Connaway's Game of Life. (To have a bit more fun than ...
5
votes
2answers
1k views

Javascript webworker won't load XML file via XMLHttpRequest

I'm am strugling to get a webworker to load an XML file from the same domain on the side of my main page, any help would be greatly appreciated. function readXML(){ var xhr = new XMLHttpRequest(); ...
4
votes
3answers
1k views

Will node's web workers detronize erlang? [closed]

I'm curious if Erlang could be killed by Node.js which could be extreme popular, fast and have web workers. Is it possible? Why? But what about multiple-processor concurrency? Aren't threads ...
4
votes
4answers
1k views

What browsers currently support Web Workers?

I dug around, but couldn't find an authoritative list. Thanks!
4
votes
4answers
732 views

Why the Web Worker can't call a function?

we can use the web worker in HTML5 like this: var worker = new Worker('worker.js'); but why we can't call a function like this? var worker = new Worker(function(){ //do something });
4
votes
1answer
758 views

WebWorkers in GWT Elemental

Workers JSNI at GWT svn It looks like WebWorkers have not been fully implemented yet. I know that elemental is in early stage of development but might be someone already have tried to make it works?
4
votes
4answers
153 views

Stop execution of function after fixed time in javascript

I need to let a function run for a fixed number of seconds, then terminate. I could use jQuery or web workers, but my attempt at doing it directly faild. Tks for help this now works: startT = new ...
4
votes
2answers
299 views

Do web workers terminate when the user navigates to a new page (within the same application)

For example, can i offload a task and allow the user to keep surfing my site whilst the javascript runs? It seems if I navigate away from the page, the worker terminates.
4
votes
2answers
649 views

Are Web Workers themselves allowed to have Web Worker threads?

This would seem to be the case in Firefox 3.5+, there I can instantiate a Web Worker, and inside the worker, spawn another thread. However, the code will not work in Google Chrome, leading me to ...
4
votes
1answer
69 views

What is the different between Ajax and Web Worker in Javascript?

I think they almost do the same thing. What's the condition that we should choose Web Worker than Ajax?

1 2 3 4 5 7