<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Jazkarta Blog</title>
	<atom:link href="http://blog.jazkarta.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jazkarta.com</link>
	<description>Python, Django and Plone web application development</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:50:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Agile Development with Plone, Revisited by Marc Hughes</title>
		<link>http://blog.jazkarta.com/2012/01/20/agile-development-with-plone-revisited/#comment-399</link>
		<dc:creator><![CDATA[Marc Hughes]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://jazkarta.wordpress.com/?p=615#comment-399</guid>
		<description><![CDATA[I&#039;m one of the ScrumDo founders.  Thanks for the mention, and glad you like it!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m one of the ScrumDo founders.  Thanks for the mention, and glad you like it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on easy_install Plone &#8211; Installing Plone 4 without buildout by In Defense of PyPI &#124; ACLARK.NET, LLC</title>
		<link>http://blog.jazkarta.com/2010/05/15/installing-plone-without-buildout/#comment-382</link>
		<dc:creator><![CDATA[In Defense of PyPI &#124; ACLARK.NET, LLC]]></dc:creator>
		<pubDate>Mon, 31 Jan 2011 14:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=353#comment-382</guid>
		<description><![CDATA[[...] something to be fixed, not avoided. If you are receiving too many support requests, may I suggest simply telling people not to use easy_install. Or, if the problem is proper packaging, learn how to test your packages before uploading them. Due [...]]]></description>
		<content:encoded><![CDATA[<p>[...] something to be fixed, not avoided. If you are receiving too many support requests, may I suggest simply telling people not to use easy_install. Or, if the problem is proper packaging, learn how to test your packages before uploading them. Due [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone quick-start: easily evaluate Plone using Amazon EC2 by carlosdelaguardia</title>
		<link>http://blog.jazkarta.com/2010/09/28/plone-quick-start-easily-evaluate-plone-using-amazon-web-services/#comment-373</link>
		<dc:creator><![CDATA[carlosdelaguardia]]></dc:creator>
		<pubDate>Thu, 20 Jan 2011 20:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=531#comment-373</guid>
		<description><![CDATA[We now have AMIs for all four regions. Just sign up and select the us-west region.]]></description>
		<content:encoded><![CDATA[<p>We now have AMIs for all four regions. Just sign up and select the us-west region.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handling large files in Plone with ore.bigfile by Kapil Thangavelu</title>
		<link>http://blog.jazkarta.com/2010/09/21/handling-large-files-in-plone-with-ore-bigfile/#comment-372</link>
		<dc:creator><![CDATA[Kapil Thangavelu]]></dc:creator>
		<pubDate>Thu, 20 Jan 2011 20:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=471#comment-372</guid>
		<description><![CDATA[Thanks for writing this up Aaron, I just noticed it.

Re Lawrence&#039;s comment on download, bypassing the zope process entirely, is significantly more efficient than using a file stream iterator, using the sendfile implementation effectively removes both the front end server (apache) and zope from the mix, and basically has the kernel do the file transfer from vfs to socket with neglible userland overhead. With tools like filestream iterator your still effectively copying the file through the process memory in the zope process, and the apache process (although apache may spool till disk, again causing additional writes).  Hence using sendfile is the most efficent possible way to get the bits out on the wire.

Re For FTP/SFTP usage, as aaron mention the original role was trusted super user, if security is a concern across roles, an additional extension/feature could implement per user upload directories.]]></description>
		<content:encoded><![CDATA[<p>Thanks for writing this up Aaron, I just noticed it.</p>
<p>Re Lawrence&#8217;s comment on download, bypassing the zope process entirely, is significantly more efficient than using a file stream iterator, using the sendfile implementation effectively removes both the front end server (apache) and zope from the mix, and basically has the kernel do the file transfer from vfs to socket with neglible userland overhead. With tools like filestream iterator your still effectively copying the file through the process memory in the zope process, and the apache process (although apache may spool till disk, again causing additional writes).  Hence using sendfile is the most efficent possible way to get the bits out on the wire.</p>
<p>Re For FTP/SFTP usage, as aaron mention the original role was trusted super user, if security is a concern across roles, an additional extension/feature could implement per user upload directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone quick-start: easily evaluate Plone using Amazon EC2 by Tyler</title>
		<link>http://blog.jazkarta.com/2010/09/28/plone-quick-start-easily-evaluate-plone-using-amazon-web-services/#comment-369</link>
		<dc:creator><![CDATA[Tyler]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 23:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=531#comment-369</guid>
		<description><![CDATA[This look great and I would love to try it! How hard would it be for me to try on for us-west?]]></description>
		<content:encoded><![CDATA[<p>This look great and I would love to try it! How hard would it be for me to try on for us-west?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a mobile version of your Plone site by Mikko Ohtamaa</title>
		<link>http://blog.jazkarta.com/2010/04/04/making-a-mobile-version-of-your-plone-site/#comment-337</link>
		<dc:creator><![CDATA[Mikko Ohtamaa]]></dc:creator>
		<pubDate>Thu, 02 Dec 2010 16:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=396#comment-337</guid>
		<description><![CDATA[Hi Maurice,

That&#039;s an excellent link. I also dealth the issue mobile web vs.  native a little bit during Plone conference

http://ploneconference2010.blip.tv/file/4310017/]]></description>
		<content:encoded><![CDATA[<p>Hi Maurice,</p>
<p>That&#8217;s an excellent link. I also dealth the issue mobile web vs.  native a little bit during Plone conference</p>
<p><a href="http://ploneconference2010.blip.tv/file/4310017/" rel="nofollow">http://ploneconference2010.blip.tv/file/4310017/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a mobile version of your Plone site by Maurice</title>
		<link>http://blog.jazkarta.com/2010/04/04/making-a-mobile-version-of-your-plone-site/#comment-324</link>
		<dc:creator><![CDATA[Maurice]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 02:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=396#comment-324</guid>
		<description><![CDATA[Awesome post, if anyone wants a bit more info on the subject (or something to link their clients to), I just finished a lengthy post on the subject:

http://www.kintek.com.au/web-design-blog/why-do-you-need-a-mobile-website-web-apps-vs-native-apps/]]></description>
		<content:encoded><![CDATA[<p>Awesome post, if anyone wants a bit more info on the subject (or something to link their clients to), I just finished a lengthy post on the subject:</p>
<p><a href="http://www.kintek.com.au/web-design-blog/why-do-you-need-a-mobile-website-web-apps-vs-native-apps/" rel="nofollow">http://www.kintek.com.au/web-design-blog/why-do-you-need-a-mobile-website-web-apps-vs-native-apps/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone on WSGI sprint report by Chris Shenton</title>
		<link>http://blog.jazkarta.com/2010/11/22/plone-on-wsgi-sprint-report/#comment-307</link>
		<dc:creator><![CDATA[Chris Shenton]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 17:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=515#comment-307</guid>
		<description><![CDATA[Thanks for the excellent overview, and to both of you for sprinting on this.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the excellent overview, and to both of you for sprinting on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easily launch Plone sites on Amazon EC2 with mr.awsome by David Bain</title>
		<link>http://blog.jazkarta.com/2010/11/08/intro-to-mrawsome/#comment-306</link>
		<dc:creator><![CDATA[David Bain]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 02:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=544#comment-306</guid>
		<description><![CDATA[I guess I&#039;m sold then.]]></description>
		<content:encoded><![CDATA[<p>I guess I&#8217;m sold then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone on WSGI sprint report by natea</title>
		<link>http://blog.jazkarta.com/2010/11/22/plone-on-wsgi-sprint-report/#comment-305</link>
		<dc:creator><![CDATA[natea]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 02:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jazkarta.com/?p=515#comment-305</guid>
		<description><![CDATA[Hi Tres - Sorry for the scarce details. I&#039;ll ask Reed (not Ross) to provide more thorough explanation for why the patches were needed, and to open ticket(s) on Launchpad. (https://bugs.launchpad.net/zope2)]]></description>
		<content:encoded><![CDATA[<p>Hi Tres &#8211; Sorry for the scarce details. I&#8217;ll ask Reed (not Ross) to provide more thorough explanation for why the patches were needed, and to open ticket(s) on Launchpad. (<a href="https://bugs.launchpad.net/zope2" rel="nofollow">https://bugs.launchpad.net/zope2</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

