[whatwg] localStorage + worker processes
Aaron Boodman
aa at google.com
Sat Mar 21 09:46:04 PDT 2009
On Sat, Mar 21, 2009 at 9:41 AM, Drew Wilson <atwilson at google.com> wrote:
> That might work. Is it feasible for user agents to enforce limits on how
> long a callback is allowed to run holding the lock? That way workers can't
> starve normal pages from accessing their local storage.
It seems like they could use the same time limit that is used for
detecting/stopping runaway scripts in web pages.
- a
More information about the whatwg
mailing list