On Wed, Jul 29, 2009 at 1:53 PM, Jeremy Orlow<[email protected]> wrote: > I understand that this isn't helpful for existing web apps like Gmail, but I > think a MVC type model will work pretty nicely with shared workers. It's > just the transition phase that's going to be painful.
In most MVC frameworks that I'm aware of, you can make a synchronous call from M up to V or V down to M. It's not just MVC, it's MVC where the C is entirely asynchronous. Michael
