<div>Hello everyone!</div><div><br></div><div>I have a display onto which I want to render stuff. It is rendered by a browser. The output for that browser I produce with Seaside.</div><div>For this when the display goes online it simply opens the start page and the browser remains there for all eternity (or the device is switched off).</div>
<div>Comet is used to update the display from the server side without any user input.</div><div><br></div><div>Now due to this constellation I have an immortal session.</div><div>And during this session&#39;s lifetime a great many updaters are created to update the page at various places.</div>
<div>The immortality of this sessions seems to come at a price.</div><div><br></div><div>While I surely don&#39;t know all the consequences of it, I at least noticed one while taking a look at the WACallbackRegistry.</div>
<div>For each created updater the registry holds a reference to the respective callback.</div><div>I assume that this registry won&#39;t be cleared for the whole lifetime of the session.</div><div><br></div><div>The display should run for practically for ever, though.</div>
<div>So what do I do?</div><div><br></div><div>This is going to be a problem, right?</div><div>Can I simply access the WACallbackRegistry&#39;s callback dictionary and clear it?</div><div><br></div><div><br></div><div>Regards,</div>
<div><br></div><div>Markus Kahl</div>