<div class="gmail_quote">On Wed, Jul 29, 2009 at 11:43 AM, Michael Davidson <span dir="ltr">&lt;<a href="mailto:mpd@google.com">mpd@google.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Jul 29, 2009 at 11:38 AM, Tab Atkins Jr.&lt;<a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>&gt; wrote:<br>
&gt; On Wed, Jul 29, 2009 at 1:34 PM, Michael Davidson&lt;<a href="mailto:mpd@google.com">mpd@google.com</a>&gt; wrote:<br>
</div><div class="im">&gt;&gt; With a hidden page that&#39;s accessible to all Google Finance visible<br>
&gt;&gt; pages, they could share a connection to the server. Even if the hidden<br>
&gt;&gt; page is closed when the last Google Finance page is closed, this is a<br>
&gt;&gt; better situation than we currently have.<br>
&gt;<br>
&gt; Can&#39;t SharedWorkers do that right now?  If all you&#39;re doing is polling<br>
&gt; for data, it seems like you don&#39;t need all the extra stuff that these<br>
&gt; various proposals are offering.<br>
<br>
</div>It&#39;s my contention that frequently large web apps are doing more than<br>
just polling for data. They&#39;re trying to maintain complex data<br>
structures that they pass up to the UI. The programming model of<br>
SharedWorkers makes this difficult. Take the chat client in Gmail, for<br>
example. It&#39;s much more complex than passing stock quotes from a<br>
worker to the UI.</blockquote><div><br></div><div>I understand that this isn&#39;t helpful for existing web apps like Gmail, but I think a MVC type model will work pretty nicely with shared workers.  It&#39;s just the transition phase that&#39;s going to be painful.</div>
<div><br></div><div>This idea of a hidden page just seems like a big hack to support today&#39;s applications.  If it were adapted into the spec, I think 5 years from now we&#39;d be very sorry that it was.</div><div><br>
</div><div>The other APIs we&#39;ve been talking about that satisfy the requirements that were originally broken out by Drew seem like much more sustainable solutions.</div><div><br></div><div>J</div></div>