- From: Arthur Stolyar <notifications@github.com>
- Date: Thu, 25 Aug 2016 04:22:40 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 25 August 2016 11:23:16 UTC
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