Hi, I have one page in my production app which takes a long time to load - minimum 18 seconds. Once loaded, it is very quick to request. But from time to time throughout the day, when this page is requested Tapestry decides it has to reload it. I presume this is because the page cache uses SoftReference (PageSourceImpl.pageCache) and the page has been garbage collected. For the unlucky user, they have to wait an unbearably long time. Sometimes when the system is under load the request can even time out. Is there a simple, reliable, safe way to prevent it being garbage collected? Or have I misunderstood what’s going on?
Cheers, Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org