- From: <piranna@gmail.com>
- Date: Mon, 6 Jan 2014 18:37:57 +0100
- To: public-webrtc <public-webrtc@w3.org>
> I agree about workers, while webworkers probably won't work since destroyed while page is reloaded , it makes sense to check other workers if they are suitable to maintain PeerConnection or DataChannel in background between page reloads on the same website. Obiously SharedWorkers and ServiceWorkers will be the ones that better would benefict of having support for PeerConnection objects because they can have them open between page reloads, but standard WebWorkers can benefict from them too, for example in games doing P2P comunications with another peers in background without interfere the main process, leaving it just for sound and graphics. -- "Si quieres viajar alrededor del mundo y ser invitado a hablar en un monton de sitios diferentes, simplemente escribe un sistema operativo Unix." – Linus Tordvals, creador del sistema operativo Linux
Received on Monday, 6 January 2014 17:38:48 UTC