<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for crankycoder.com</title>
	
	<link>http://crankycoder.com</link>
	<description>mix equal parts comic book nerd and python programmer.  bake until crusty.</description>
	<lastBuildDate>Sat, 17 Apr 2010 12:15:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/crankycoder_comments" /><feedburner:info uri="crankycoder_comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on a guide to software infrastructure by Doomed to Repeat It « Software Carpentry</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/qr77RQeTkNY/</link>
		<dc:creator>Doomed to Repeat It « Software Carpentry</dc:creator>
		<pubDate>Sat, 17 Apr 2010 12:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.crankycoder.com/?p=47#comment-1179</guid>
		<description>&lt;p&gt;[...] see also this rant by Victor Ng, and this piece by Kyle Wilson (no relation). Possibly related posts: (automatically [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] see also this rant by Victor Ng, and this piece by Kyle Wilson (no relation). Possibly related posts: (automatically [...]</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2007/10/03/a-guide-to-software-infrastructure/comment-page-1/#comment-1179</feedburner:origLink></item>
	<item>
		<title>Comment on Jython, Django and Microsoft SQL Server 2000 by Steve</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/e58jl-s4srE/</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 23 Oct 2009 23:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/?p=70#comment-1022</guid>
		<description>&lt;p&gt;Great info.  Found this post while searching for an answer as to why my Jython app is leaking memory. I've ported my app from CPython and began using zxJDBC for database access.  My app runs infinitely and wakes up every minute to run from SQL queries.&lt;/p&gt;

&lt;p&gt;In regard to point #1 above, what code modifications need to be made when dealing with Database connections in order to avoid this pitfall?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great info.  Found this post while searching for an answer as to why my Jython app is leaking memory. I&#8217;ve ported my app from CPython and began using zxJDBC for database access.  My app runs infinitely and wakes up every minute to run from SQL queries.</p>

<p>In regard to point #1 above, what code modifications need to be made when dealing with Database connections in order to avoid this pitfall?</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/01/12/jython-django-and-microsoft-sql-server-2000/comment-page-1/#comment-1022</feedburner:origLink></item>
	<item>
		<title>Comment on Jython, Django and Microsoft SQL Server 2000 by query</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/jnx3KtzEuQY/</link>
		<dc:creator>query</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/?p=70#comment-925</guid>
		<description>&lt;p&gt;thanks for the information. I am currently deciding between Jython and Python on Django framework. The point is that I require some dynamic client interaction with some graphics, tree structure folder display etc.
However, I want the site to be pretty stable. Can you suggest between the these two. 
I am planning to use jquery plug-in with Jython to do this stuff.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks for the information. I am currently deciding between Jython and Python on Django framework. The point is that I require some dynamic client interaction with some graphics, tree structure folder display etc.
However, I want the site to be pretty stable. Can you suggest between the these two. 
I am planning to use jquery plug-in with Jython to do this stuff.</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/01/12/jython-django-and-microsoft-sql-server-2000/comment-page-1/#comment-925</feedburner:origLink></item>
	<item>
		<title>Comment on More Django on SQL Server 2000 by Alan Kennedy</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/iHQRGLi1gwk/</link>
		<dc:creator>Alan Kennedy</dc:creator>
		<pubDate>Thu, 28 May 2009 15:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/?p=84#comment-890</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Do you have any plans to publish your work on MSSQL for Django-on-jython?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Alan.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>Do you have any plans to publish your work on MSSQL for Django-on-jython?</p>

<p>Regards,</p>

<p>Alan.</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/01/15/more-django-on-sql-server-2000/comment-page-1/#comment-890</feedburner:origLink></item>
	<item>
		<title>Comment on Testing with Django and Nose by Jyrki Pulliainen</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/KLTHMUXu04g/</link>
		<dc:creator>Jyrki Pulliainen</dc:creator>
		<pubDate>Mon, 23 Mar 2009 09:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/2009/01/22/testing-with-django/#comment-876</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I've done a patch to the nosedjango which enables custom settings-files (ie. other than the default settings.py). If you're interested in it, feel free to contact me via e-mail.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>I&#8217;ve done a patch to the nosedjango which enables custom settings-files (ie. other than the default settings.py). If you&#8217;re interested in it, feel free to contact me via e-mail.</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/01/22/testing-with-django-and-nose/comment-page-1/#comment-876</feedburner:origLink></item>
	<item>
		<title>Comment on declaring email bankruptcy by Andrey</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/xlDzRpRqE0k/</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/?p=255#comment-853</guid>
		<description>&lt;p&gt;Hahaha I'm sorry! I meant it in the best way possible. :-P&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hahaha I&#8217;m sorry! I meant it in the best way possible. <img src='http://crankycoder.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/02/27/declaring-email-bankruptcy/comment-page-1/#comment-853</feedburner:origLink></item>
	<item>
		<title>Comment on Testing with Django and Nose by Antti Kaihola</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/3Jo1SzUeRtY/</link>
		<dc:creator>Antti Kaihola</dc:creator>
		<pubDate>Fri, 20 Feb 2009 12:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/2009/01/22/testing-with-django/#comment-744</guid>
		<description>&lt;p&gt;Have you encountered and solved the problem that myapp/admin.py gets imported by nose first and then by Django, at which point re-registration of admin classes raises an exception?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you encountered and solved the problem that myapp/admin.py gets imported by nose first and then by Django, at which point re-registration of admin classes raises an exception?</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/01/22/testing-with-django-and-nose/comment-page-1/#comment-744</feedburner:origLink></item>
	<item>
		<title>Comment on Jython, Django and Microsoft SQL Server 2000 by مقالة جميلة عن بعض الفروق بين Python و Jython « Muhammad Samir’s Blog</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/0a5K7XRFw9E/</link>
		<dc:creator>مقالة جميلة عن بعض الفروق بين Python و Jython « Muhammad Samir’s Blog</dc:creator>
		<pubDate>Thu, 12 Feb 2009 02:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/?p=70#comment-622</guid>
		<description>&lt;p&gt;[...] http://crankycoder.com/2009/01/12/jython-django-and-microsoft-sql-server-2000/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://crankycoder.com/2009/01/12/jython-django-and-microsoft-sql-server-2000/" rel="nofollow">http://crankycoder.com/2009/01/12/jython-django-and-microsoft-sql-server-2000/</a> [...]</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/01/12/jython-django-and-microsoft-sql-server-2000/comment-page-1/#comment-622</feedburner:origLink></item>
	<item>
		<title>Comment on Links for February 3rd by Ali</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/YmQ-R0ZRxyI/</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sat, 07 Feb 2009 23:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/?p=210#comment-562</guid>
		<description>&lt;p&gt;Python Integrated Development &lt;em&gt;Application&lt;/em&gt; :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Python Integrated Development <em>Application</em> <img src='http://crankycoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/02/03/links-for-february-3rd/comment-page-1/#comment-562</feedburner:origLink></item>
	<item>
		<title>Comment on Links for January 29th by Greg Wilson</title>
		<link>http://feedproxy.google.com/~r/crankycoder_comments/~3/L01e2_agHOw/</link>
		<dc:creator>Greg Wilson</dc:creator>
		<pubDate>Fri, 30 Jan 2009 00:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://crankycoder.com/?p=201#comment-327</guid>
		<description>&lt;p&gt;So does this mean you're bored enough to come work on Basie?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So does this mean you&#8217;re bored enough to come work on Basie?</p>]]></content:encoded>
	<feedburner:origLink>http://crankycoder.com/2009/01/29/links-for-january-29th/comment-page-1/#comment-327</feedburner:origLink></item>
</channel>
</rss>
