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

I uploaded some custom firefox builds that spawn a new worker thread for every event fired at the service worker:

https://people.mozilla.org/~bkelly/sw-builds/hydra/

I'll write a blog post explaining so people can test for themselves.

Note: These builds are for compat testing only and shouldn't be used to measure perf differences.  Its a pretty dumb algorithm and designed just to stress test a new global for every event.  The builds also kill workers off much more aggressively to avoid piling up a ton of workers.  So it will show where people are not using waitUntil, etc.

> https://www.flipkart.com/ might be an interesting one to try.

I did test this one and it seems to have issues.  It works in the normal online case, but never seems to fully load when offline.

---
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-237968450

Received on Friday, 5 August 2016 21:18:21 UTC