/lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-March/018916.html
https://github.com/whatwg/whatwg.org · HTML · 119 lines · 67 code · 45 blank · 7 comment · 0 complexity · 9bd18ccb1eec9916bf56e339f025e8eb MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
- <HTML>
- <HEAD>
- <TITLE> [whatwg] localStorage + worker processes
- </TITLE>
- <LINK REL="Index" HREF="index.html" >
- <LINK REL="made" HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20localStorage%20%2B%20worker%20processes&In-Reply-To=%3C28040fc60903201534y21b15c11l3b0243a4fc24d72c%40mail.gmail.com%3E">
- <META NAME="robots" CONTENT="index,nofollow">
- <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
- <LINK REL="Previous" HREF="018932.html">
- <LINK REL="Next" HREF="018918.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
- <H1>[whatwg] localStorage + worker processes</H1>
- <!--htdig_noindex-->
- <B>Dmitry Titov</B>
- <A HREF="mailto:whatwg%40lists.whatwg.org?Subject=Re%3A%20%5Bwhatwg%5D%20localStorage%20%2B%20worker%20processes&In-Reply-To=%3C28040fc60903201534y21b15c11l3b0243a4fc24d72c%40mail.gmail.com%3E"
- TITLE="[whatwg] localStorage + worker processes">dimich at google.com
- </A><BR>
- <I>Fri Mar 20 15:34:07 PDT 2009</I>
- <P><UL>
- <LI>Previous message: <A HREF="018932.html">[whatwg] localStorage + worker processes
- </A></li>
- <LI>Next message: <A HREF="018918.html">[whatwg] localStorage + worker processes
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#18916">[ date ]</a>
- <a href="thread.html#18916">[ thread ]</a>
- <a href="subject.html#18916">[ subject ]</a>
- <a href="author.html#18916">[ author ]</a>
- </LI>
- </UL>
- <HR>
- <!--/htdig_noindex-->
- <!--beginarticle-->
- <PRE>On Fri, Mar 20, 2009 at 2:39 PM, Drew Wilson <<A HREF="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">atwilson at google.com</A>> wrote:
- ><i> One alternative I'd like to propose is to remove access to localStorage for
- </I>><i> dedicated workers, and give SharedWorkers access to localStorage, but have
- </I>><i> that storage be partitioned by the worker name (i.e. the worker can access
- </I>><i> it, but it's not shared with web pages or any other workers and so you don't
- </I>><i> have any synchronicity issues).
- </I>><i>
- </I>
- This may be interesting. It allows to keep single API for localStorage. Most
- of the usage is probably going to happen inside such a worker - in other
- words, sharing the info with other pages of the same origin may not be
- needed, and there is always async communication when a live page wants to
- share data with a shared worker.
- Dmitry
- -------------- next part --------------
- An HTML attachment was scrubbed...
- URL: <<A HREF="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20090320/b5c8165c/attachment.htm">http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20090320/b5c8165c/attachment.htm</A>>
- </PRE>
- <!--endarticle-->
- <!--htdig_noindex-->
- <HR>
- <P><UL>
- <!--threads-->
- <LI>Previous message: <A HREF="018932.html">[whatwg] localStorage + worker processes
- </A></li>
- <LI>Next message: <A HREF="018918.html">[whatwg] localStorage + worker processes
- </A></li>
- <LI> <B>Messages sorted by:</B>
- <a href="date.html#18916">[ date ]</a>
- <a href="thread.html#18916">[ thread ]</a>
- <a href="subject.html#18916">[ subject ]</a>
- <a href="author.html#18916">[ author ]</a>
- </LI>
- </UL>
- <hr>
- <a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">More information about the whatwg
- mailing list</a><br>
- <!--/htdig_noindex-->
- </body></html>