Sorry I dont have solution here, but would you like to share how do you
monitor the usage of memory ?


nadragon wrote:
> 
> Hi all,
> 
> I added auto refresh into a listPage, which uses a display tag to display
> a
> table.
> 
> 
> <META HTTP-EQUIV=Refresh CONTENT=15>  //refresh this page every 15
> seconds.
> 
> 
> 
> But then I found that the browser keeps the data and increases memory
> usages
> every time it refreshes.
> 
> So I added the following scripts, not to store any data in local.
> 
> <%
> 
> response.setHeader("Cache-Control","no-store"); //HTTP 1.1
> 
> response.setHeader("Pragma","no-cache"); //HTTP 1.0
> 
> response.setDateHeader ("Expires", 0); //prevents caching at the proxy
> server
> 
> %>
> 
> 
> 
> But still the memory usages keeps increasing.
> 
> Would you help me out here?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Refresh-page-with-table-displaytag-consumes-too-much-memory-tf3227949s2369.html#a8967524
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to