From kfm-devel Sun Feb 28 23:15:16 2010 From: Germain Garand Date: Sun, 28 Feb 2010 23:15:16 +0000 To: kfm-devel Subject: Re: Page loading problems after r1096622 commit Message-Id: <201003010015.17305.germain () ebooksfrance ! org> X-MARC-Message: https://marc.info/?l=kfm-devel&m=126744986228624 Le dimanche 28 février 2010, vous avez écrit : > If it can be helpful i noticed that choosing "duplicate tab" on page that > stuck infinitely, this new one loads the same page completely. > (why this > happens?) you mean why the "duplicating-tab-fixes-problem" ? because requesting a cached object for the second time doesn't trigger the same execution path. instead of being fetched asynchronously, the script object will be immediately available from cache, so synchronously executed, so all the queuing logic this patch is about is avoided. anyway, as I said I just forgot a bit where I remove the lock and consume the data - I can't commit that bit at the moment because of other changes in my tree, so I disabled the patch in trunk in the meantime. I should reenable in a few hours.