<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Debugging Django memory leak with TrackRefs and Guppy</title>
	<atom:link href="http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Mon, 19 Sep 2011 19:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Confluence: Client: Mixin</title>
		<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/comment-page-1/#comment-747</link>
		<dc:creator>Confluence: Client: Mixin</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/#comment-747</guid>
		<description>&lt;strong&gt;Logging, Performances, Memory Leaks and Error management...&lt;/strong&gt;

We have done a few things to improve mixin performances. We have first setup a logging system #Logging to track down the bottlenecks and recurrent queries. We have added caching #Caching on some Models.......</description>
		<content:encoded><![CDATA[<p><strong>Logging, Performances, Memory Leaks and Error management&#8230;</strong></p>
<p>We have done a few things to improve mixin performances. We have first setup a logging system #Logging to track down the bottlenecks and recurrent queries. We have added caching #Caching on some Models&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: Client: Mixin</title>
		<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/comment-page-1/#comment-746</link>
		<dc:creator>Confluence: Client: Mixin</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/#comment-746</guid>
		<description>&lt;strong&gt;performances...&lt;/strong&gt;

Performances  Caching  We use cmemcache...</description>
		<content:encoded><![CDATA[<p><strong>performances&#8230;</strong></p>
<p>Performances  Caching  We use cmemcache&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Ohtamaa</title>
		<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/comment-page-1/#comment-318</link>
		<dc:creator>Mikko Ohtamaa</dc:creator>
		<pubDate>Fri, 07 Mar 2008 16:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/#comment-318</guid>
		<description>I added an issue tracker ticket:

http://code.djangoproject.com/ticket/6734</description>
		<content:encoded><![CDATA[<p>I added an issue tracker ticket:</p>
<p><a href="http://code.djangoproject.com/ticket/6734" rel="nofollow">http://code.djangoproject.com/ticket/6734</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Ohtamaa</title>
		<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/comment-page-1/#comment-317</link>
		<dc:creator>Mikko Ohtamaa</dc:creator>
		<pubDate>Fri, 07 Mar 2008 16:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/#comment-317</guid>
		<description>Maybe a long term solution would be simply set a roof limit how many SQL queries Django stores.</description>
		<content:encoded><![CDATA[<p>Maybe a long term solution would be simply set a roof limit how many SQL queries Django stores.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antisvin</title>
		<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/comment-page-1/#comment-314</link>
		<dc:creator>antisvin</dc:creator>
		<pubDate>Fri, 07 Mar 2008 15:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/#comment-314</guid>
		<description>People get burned quite often by this issue. Note that it is explicitly mentioned in official Django FAQ:

http://www.djangoproject.com/documentation/faq/#why-is-django-leaking-memory</description>
		<content:encoded><![CDATA[<p>People get burned quite often by this issue. Note that it is explicitly mentioned in official Django FAQ:</p>
<p><a href="http://www.djangoproject.com/documentation/faq/#why-is-django-leaking-memory" rel="nofollow">http://www.djangoproject.com/documentation/faq/#why-is-django-leaking-memory</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Ohtamaa</title>
		<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/comment-page-1/#comment-313</link>
		<dc:creator>Mikko Ohtamaa</dc:creator>
		<pubDate>Fri, 07 Mar 2008 12:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/#comment-313</guid>
		<description>That&#039;s probably true. It is still not much advertised feature and the fact that I was not aware of it, even though I have been reading my good share of Django manuals, is a sign that some others might hit this issue too.

But you got a good tutorial to do Python memory debugging too! =)</description>
		<content:encoded><![CDATA[<p>That&#8217;s probably true. It is still not much advertised feature and the fact that I was not aware of it, even though I have been reading my good share of Django manuals, is a sign that some others might hit this issue too.</p>
<p>But you got a good tutorial to do Python memory debugging too! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliott</title>
		<link>http://blog.mfabrik.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/comment-page-1/#comment-312</link>
		<dc:creator>eliott</dc:creator>
		<pubDate>Fri, 07 Mar 2008 06:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/2008/03/07/debugging-django-memory-leak-with-trackrefs-and-guppy/#comment-312</guid>
		<description>Isn&#039;t this only an issue when you run the django server with settings.DEBUG=True?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this only an issue when you run the django server with settings.DEBUG=True?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

