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

In an ideal world, probably, ServiceWorker would have 2 types of threads: one _ServiceWorker Thread_ and  `N` _Fetch Thread_s. _ServiceWorker Thread_ would receive all events such as `install`, `activate`, `message`, `push`, `sync`, etc. On the other had, _Fetch Thread_ would receive only one event: `fetch` with a possibility of requests to be multiplexed into `N` _Fetch Thread_s.  Not sure if this would give the benefit, but this is how I see it giving all details here.

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

Received on Thursday, 25 August 2016 11:23:16 UTC