[whatwg] localStorage + worker processes

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

Received on Saturday, 21 March 2009 09:46:04 UTC