cotonti.com : Memory Leak https://www.cotonti.com Neueste Themenbeiträge Cotonti en Sat, 08 Nov 2025 08:38:33 -0000 TwistedGA

Here is the code I'm using, it's very asic(atleast it seems to me to be). I lef tthe site open last night and woke up to it frozen and the memory usage for IE was 750,000k. Whoops. I restarted it and kept the task manager open to watch for it, sure enough, every 10 seconds, the memory usage jumps up 500-800k at a time.

Any help at all would be greatly appreciated. Thanks in advance guys..
<script type="text/javascript">
function RefreshDIV ()
{
     $('#mydivrefresh').load('testpage.php');

var refreshId = setInterval(function RefreshDIV()
{
     $('#mydivrefresh').load('testpage.php');
}, 10000);

}
   </script>
]]>
Do, 26 Mär 2009 05:23:53 -0000