Re: [slightlyoff/ServiceWorker] consider allowing multiple worker thread instances for a single registration (#756)

Some thoughts on our options here:

1. Let the browser create concurrent instances of the service worker whenever it wants
2. Allow particular events to opt into or out of concurrency, so fetch events could be split across many instances but message events may not
3. Make concurrency an opt in/out feature by the developer

I'd prefer the first, but the others are ways out if it breaks the web in ways we can't work around.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/756#issuecomment-236948511

Received on Tuesday, 2 August 2016 15:51:37 UTC