<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Exactly. Ben, Oliver, and others have made arguments against web workers. Rik is not proposing web workers. &nbsp;We already support them. The point is to give API to let developers opt into behaving nicely if they are already using web workers.&nbsp;</div><div><br></div><div>They can already write code that overloads the system but they currently have *no* way of writing code that even tries to be well-behaved except maybe to avoid workers entirely.</div><div><br></div><div>I'm also a little disturbed by arguments against the general usefulness of ncpu. We use it for the parallel JIT and parallel GC because regardless of system load those are *the best* guesses of how many cpus to use.<br><br>-Fil</div><div><br>On May 7, 2014, at 3:24 PM, Rik Cabanier &lt;<a href="mailto:cabanier@gmail.com">cabanier@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 7, 2014 at 3:19 PM, Oliver Hunt <span dir="ltr">&lt;<a href="mailto:oliver@apple.com" target="_blank">oliver@apple.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="h5"><br>
<div><div>On May 7, 2014, at 3:15 PM, Rik Cabanier &lt;<a href="mailto:cabanier@gmail.com" target="_blank">cabanier@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div dir="ltr"><br><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Wed, May 7, 2014 at 2:47 PM, Oliver Hunt <span dir="ltr">&lt;<a href="mailto:oliver@apple.com" target="_blank">oliver@apple.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><br>
On May 7, 2014, at 2:41 PM, Rik Cabanier &lt;<a href="mailto:cabanier@gmail.com" target="_blank">cabanier@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; When would I as a user, not want a page or web application to be as fast as possible? Has a user ever complained about a desktop app that uses too many of his CPU's? I think Oliver's point was that other processes might fight for the same CPU resources but that is not unexpected for users.<br>


<br>
</div>What happen if i go to your website while i'm doing something else in the background? &nbsp;What if i'm playing a game while waiting for my machine to do something else? What if your page is in the background? Or my battery is running low.<br>

</blockquote><div><br></div><div>Sure. However, a page can already do this today.</div><div>This will just give the author a way to make a semi-informed decision. Without this, he might just spin up too many threads and starve the rest of the system.</div>

<div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
You need to stop thinking in terms of a user wanting only one thing to happen at a time.<br></blockquote><div><br></div><div>I'm not sure if I follow. How would this be any different from a regular desktop application?</div>

</div></div></div>
</blockquote></div><div><br></div></div></div>The argument is that this is not behaviour that users want - the fact that desktop applications do this is a bug in the programming model.<div><br></div><div>APIs like GCD were specifically created to allow a developer to make an application than can automatically scale (or descale) to match the behaviour that is best for the user. That’s the model we want to encourage on the web.</div>
</div></blockquote><div><br></div><div>Filip already covered this much better than I could in the webkit bug: <a href="https://bugs.webkit.org/show_bug.cgi?id=132588">https://bugs.webkit.org/show_bug.cgi?id=132588</a>&nbsp;</div>
<div><br></div><div>This proposal is not about inventing a thread/task scheduling mechanism; this is just a way to make an informed guess without having to use a polyfill,</div></div></div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>webkit-dev mailing list</span><br><span><a href="mailto:webkit-dev@lists.webkit.org">webkit-dev@lists.webkit.org</a></span><br><span><a href="https://lists.webkit.org/mailman/listinfo/webkit-dev">https://lists.webkit.org/mailman/listinfo/webkit-dev</a></span><br></div></blockquote></body></html>