<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Memory Leak</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 17:23:29 -0000</pubDate>

		<item>
			<title>TwistedGA</title>
			<description><![CDATA[Alright coding guru's, this ones for you.. I'm having some issues with meory leaking using a small bit of javascript to refresh div content. I figure this was a good place to start asking for help, I've been and am still doing research on causes for this problem, but I'm not having a ton of luck figuring it out. Bare in mind that I DO NOT know very much about javascript, so if yoru kind enough to help, please be kinda specific so I can try to keep up and follow along and actually make use of the information you give.. :P<br />
<br />
<br />
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.<br />
<br />
Any help at all would be greatly appreciated. Thanks in advance guys..<br />
<div class="highlight"><pre class="js">&lt;script type=&quot;text/javascript&quot;&gt;
function RefreshDIV ()
{
     $('#mydivrefresh').load('testpage.php');

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

}
   &lt;/script&gt;</pre></div>]]></description>
			<pubDate>Thu, 26 Бер 2009 05:23:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=2470&d=0#post10489]]></link>
		</item>
	</channel>
</rss>