<?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"
	>
<channel>
	<title>Comments on: Amazon EC2 and RedHat Enterprise!</title>
	<atom:link href="http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/feed/" rel="self" type="application/rss+xml" />
	<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/</link>
	<description>escape colon w q</description>
	<pubDate>Wed, 07 Jan 2009 19:15:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Alan</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8562</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 16 Jan 2008 02:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8562</guid>
		<description>Yes, it is mountable read/write on only one instance at a time, but should be mountable read-only on as many instances as you want.  Also, if mounted read/write on a single instance, it should be shareable with other instances using a network protocol such as NFS.  Neither of these have been tested yet though! ;-)</description>
		<content:encoded><![CDATA[<p>Yes, it is mountable read/write on only one instance at a time, but should be mountable read-only on as many instances as you want.  Also, if mounted read/write on a single instance, it should be shareable with other instances using a network protocol such as NFS.  Neither of these have been tested yet though! ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8552</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Tue, 15 Jan 2008 21:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8552</guid>
		<description>Alan, that thread you pointed to is really good. I hadn't realized, although probably should have, that you are running a local cache - in my brain I now have it working along the lines of a simplified AFS. 

Keeping a document root under this fs is a real boon... I presume that you could actually mount this (read-only perhaps?) on several instances? That would be really nice, too.</description>
		<content:encoded><![CDATA[<p>Alan, that thread you pointed to is really good. I hadn&#8217;t realized, although probably should have, that you are running a local cache - in my brain I now have it working along the lines of a simplified AFS. </p>
<p>Keeping a document root under this fs is a real boon&#8230; I presume that you could actually mount this (read-only perhaps?) on several instances? That would be really nice, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8548</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 15 Jan 2008 20:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8548</guid>
		<description>Not "a nerve", just a POV.

S3 is not a POSIX file system and doesn't support mtimes or any other POSIX concept.  Developers have found various ways to map POSIX operations to S3.  PersistentFS is basically a complete POSIX-compliant file system (like ext3 and other unix file systems) that uses S3 as it backing store.  For more information, see
http://developer.amazonwebservices.com/connect/thread.jspa?messageID=74073#74073

The speed of reads is very good, primarily due to the large cache.  Burst writes are very fast because PersistentFS has a short-term write back cache.  With prolonged writes, PersistentFS will begin to throttle writes to prevent too much unflushed data from building up in its cache.  If you want to see this in operation, PersistentFS has a number of "TraceXXX" parameters that allow you to monitor what it is doing.  See
http://www.PersistentFS.com/documentation/Parameters

Storing web server files, or any other application or user data that you want around long term is a very good use of PersistentFS.  I would not use it for software packages or temporary files.  It could be used for log files, etc. if it is important not to lose them.</description>
		<content:encoded><![CDATA[<p>Not &#8220;a nerve&#8221;, just a POV.</p>
<p>S3 is not a POSIX file system and doesn&#8217;t support mtimes or any other POSIX concept.  Developers have found various ways to map POSIX operations to S3.  PersistentFS is basically a complete POSIX-compliant file system (like ext3 and other unix file systems) that uses S3 as it backing store.  For more information, see<br />
<a href="http://developer.amazonwebservices.com/connect/thread.jspa?messageID=74073#74073" rel="nofollow">http://developer.amazonwebservices.com/connect/thread.jspa?messageID=74073#74073</a></p>
<p>The speed of reads is very good, primarily due to the large cache.  Burst writes are very fast because PersistentFS has a short-term write back cache.  With prolonged writes, PersistentFS will begin to throttle writes to prevent too much unflushed data from building up in its cache.  If you want to see this in operation, PersistentFS has a number of &#8220;TraceXXX&#8221; parameters that allow you to monitor what it is doing.  See<br />
<a href="http://www.PersistentFS.com/documentation/Parameters" rel="nofollow">http://www.PersistentFS.com/documentation/Parameters</a></p>
<p>Storing web server files, or any other application or user data that you want around long term is a very good use of PersistentFS.  I would not use it for software packages or temporary files.  It could be used for log files, etc. if it is important not to lose them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8543</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Tue, 15 Jan 2008 18:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8543</guid>
		<description>Alan, hey, I think I inadvertently touched a nerve, I didn't mean to. I wasn't saying that it was a terrible idea, it just struck me as odd. Of course, I think much of the world would take exception to your views of the Software Development Business Model. Beyond which, you guarantee that your software will be 100% bug free from the moment you start charging? That seems a little... like asking for trouble.

I use much software that is paid for that is not filled with bugs. Those developers are rewarded by my continuing to pay them for upgrades as they improve their product. Now, it may be the case that with a product like a file system that perhaps there isn't a significant upgrade path - which would have a different ongoing profit model. 

I don't know, but ultimately I think your final question is unfair given that I believe and have personally experienced more than those two software models.

Saying all that for positive or negative, does not take away from the fact that I think it could be an essential piece of software for many people rolling out on EC2 and the ongoing cost negligible in the context of a successful site.

 I had heard that one problem with S3 was that it didn't have mtimes? Does this accommodate that in any way so you can see last change times and the like? (or was that lack in S3 a myth?) Am also curious about performance... I had always assumed that if such a product came around, it would be useful for certain things but not a good idea to host the files the webserver was accessing. Do you have guidelines on usage?</description>
		<content:encoded><![CDATA[<p>Alan, hey, I think I inadvertently touched a nerve, I didn&#8217;t mean to. I wasn&#8217;t saying that it was a terrible idea, it just struck me as odd. Of course, I think much of the world would take exception to your views of the Software Development Business Model. Beyond which, you guarantee that your software will be 100% bug free from the moment you start charging? That seems a little&#8230; like asking for trouble.</p>
<p>I use much software that is paid for that is not filled with bugs. Those developers are rewarded by my continuing to pay them for upgrades as they improve their product. Now, it may be the case that with a product like a file system that perhaps there isn&#8217;t a significant upgrade path - which would have a different ongoing profit model. </p>
<p>I don&#8217;t know, but ultimately I think your final question is unfair given that I believe and have personally experienced more than those two software models.</p>
<p>Saying all that for positive or negative, does not take away from the fact that I think it could be an essential piece of software for many people rolling out on EC2 and the ongoing cost negligible in the context of a successful site.</p>
<p> I had heard that one problem with S3 was that it didn&#8217;t have mtimes? Does this accommodate that in any way so you can see last change times and the like? (or was that lack in S3 a myth?) Am also curious about performance&#8230; I had always assumed that if such a product came around, it would be useful for certain things but not a good idea to host the files the webserver was accessing. Do you have guidelines on usage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8541</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 15 Jan 2008 17:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8541</guid>
		<description>&#62; I donâ€™t love the subscription cost for something that seems more like software than service

Software Development Business Model A
-----------------------------------------------
- Ship buggy, hard-to-use software
- Make on-going revenue with an endless cycle of buggy updates, "software maintenance" and "support"

Software Development Business Model B
-----------------------------------------------
- Ship bug-free, easy-to-use software
- Make on-going revenue by "renting" or "leasing" the use of the trouble-free software

Questions:
------------
Is bug-free software worth less than buggy software?
Which would you rather pay for?
Should the developers of buggy software be rewarded with on-going revenue, while the developers of bug-free software receive a one-time payment and that is it?</description>
		<content:encoded><![CDATA[<p>&gt; I donâ€™t love the subscription cost for something that seems more like software than service</p>
<p>Software Development Business Model A<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
- Ship buggy, hard-to-use software<br />
- Make on-going revenue with an endless cycle of buggy updates, &#8220;software maintenance&#8221; and &#8220;support&#8221;</p>
<p>Software Development Business Model B<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
- Ship bug-free, easy-to-use software<br />
- Make on-going revenue by &#8220;renting&#8221; or &#8220;leasing&#8221; the use of the trouble-free software</p>
<p>Questions:<br />
&#8212;&#8212;&#8212;&#8212;<br />
Is bug-free software worth less than buggy software?<br />
Which would you rather pay for?<br />
Should the developers of buggy software be rewarded with on-going revenue, while the developers of bug-free software receive a one-time payment and that is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8536</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8536</guid>
		<description>Alan, huh! Thanks for the pointer looks like a really interesting product! I'm a little leery of the pricing model - I don't love the subscription cost for something that seems more like software than service. But still, it seems like the best and only game in that town. The release notes are interesting and it seems like a really well featured product, be curious to see it when it reaches release time.</description>
		<content:encoded><![CDATA[<p>Alan, huh! Thanks for the pointer looks like a really interesting product! I&#8217;m a little leery of the pricing model - I don&#8217;t love the subscription cost for something that seems more like software than service. But still, it seems like the best and only game in that town. The release notes are interesting and it seems like a really well featured product, be curious to see it when it reaches release time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8523</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 15 Jan 2008 05:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-8523</guid>
		<description>You can mount an S3-backed file system using PersistentFS, http://www.PersistentFS.com</description>
		<content:encoded><![CDATA[<p>You can mount an S3-backed file system using PersistentFS, <a href="http://www.PersistentFS.com" rel="nofollow">http://www.PersistentFS.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-6805</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Thu, 08 Nov 2007 19:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-6805</guid>
		<description>Fred, you're right - to an extent. The problem, to the extent that it is a problem, is that you are paying  a subscription fee per seat. So, if as a small or medium sized organization you are running several servers and want to keep things standardized you are paying per seat which can amount to thousands per year, even for servers that are performing minor tasks for you. For the most part, this is OS/updates/upgrades - many do not need the unlimited support - so for those people, when cheaper (non-subscription) alternatives exist it is harder to rationalize the fee.

If, as an organization you are using the support to a reasonable degree it becomes much more palatable to pay that yearly fee.</description>
		<content:encoded><![CDATA[<p>Fred, you&#8217;re right - to an extent. The problem, to the extent that it is a problem, is that you are paying  a subscription fee per seat. So, if as a small or medium sized organization you are running several servers and want to keep things standardized you are paying per seat which can amount to thousands per year, even for servers that are performing minor tasks for you. For the most part, this is OS/updates/upgrades - many do not need the unlimited support - so for those people, when cheaper (non-subscription) alternatives exist it is harder to rationalize the fee.</p>
<p>If, as an organization you are using the support to a reasonable degree it becomes much more palatable to pay that yearly fee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-6803</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Thu, 08 Nov 2007 18:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-6803</guid>
		<description>How is RHEL's pricing "nutty?"  For less than a buck a day for the entry level offering, you get the OS, updates, free upgrades when new versions come out, and unlimited technical support via the web interface.  If you look at other commercial Linux offerings, you will pay for upgrades and per-incident costs for support.  I'd say that RHEL is pretty darned reasonable.</description>
		<content:encoded><![CDATA[<p>How is RHEL&#8217;s pricing &#8220;nutty?&#8221;  For less than a buck a day for the entry level offering, you get the OS, updates, free upgrades when new versions come out, and unlimited technical support via the web interface.  If you look at other commercial Linux offerings, you will pay for upgrades and per-incident costs for support.  I&#8217;d say that RHEL is pretty darned reasonable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-6793</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Thu, 08 Nov 2007 13:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/2007/11/07/amazon-ec2-and-redhat-enterprise/#comment-6793</guid>
		<description>Nice piece! It certainly clarifies things - I honestly hate the RHEL client website. It's incredibly confusing about what you need to get and what the various options are. Ah well. Now work out how much cloud computing RHEL will cost yearly. :)</description>
		<content:encoded><![CDATA[<p>Nice piece! It certainly clarifies things - I honestly hate the RHEL client website. It&#8217;s incredibly confusing about what you need to get and what the various options are. Ah well. Now work out how much cloud computing RHEL will cost yearly. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
