<?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: Cloud based storage and content</title>
	<atom:link href="http://clausegge.com/2010/01/cloud-based-storage-and-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://clausegge.com/2010/01/cloud-based-storage-and-content/</link>
	<description>ICT &#38; the world of Content</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:43:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cegge</title>
		<link>http://clausegge.com/2010/01/cloud-based-storage-and-content/comment-page-1/#comment-10</link>
		<dc:creator>cegge</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://tek-design.com/clausegge/?p=148#comment-10</guid>
		<description>Let us consider the challenges of the many over the few although having the benefit of the experience of the big cloud providers might be good. Seriously, and conversely the task of selling cloud to the many is considerable. Vendors need to understand what it takes to convert cloud skeptics into early adopters.</description>
		<content:encoded><![CDATA[<p>Let us consider the challenges of the many over the few although having the benefit of the experience of the big cloud providers might be good. Seriously, and conversely the task of selling cloud to the many is considerable. Vendors need to understand what it takes to convert cloud skeptics into early adopters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Hingley</title>
		<link>http://clausegge.com/2010/01/cloud-based-storage-and-content/comment-page-1/#comment-9</link>
		<dc:creator>Martin Hingley</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://tek-design.com/clausegge/?p=148#comment-9</guid>
		<description>Claus

I enjoyed reading your article and thanks for referencing my post.
It’s worth thinking about the comparison between:
·	The traditional CIO in a large organisation who has to deliver 100 or more application services to a few thousand users, and
·	The CTO of Google, Yahoo, Microsoft who has to deliver a single application to tens of millions of users
Arguably the former has the bigger challenge.... not least because of the differences in software licensing, databases and access technology. Funding is typically harder to get and it&#039;s always harder to change on the fly than to build from scratch.
Data centre consolidation has been a key subject for 10 years at least. Clearly there are now a number of new subjects to address if organisations are going to succeed in turning &#039;corporate&#039; into &#039;private Cloud&#039; computing.

Best Wishes
Martin</description>
		<content:encoded><![CDATA[<p>Claus</p>
<p>I enjoyed reading your article and thanks for referencing my post.<br />
It’s worth thinking about the comparison between:<br />
·	The traditional CIO in a large organisation who has to deliver 100 or more application services to a few thousand users, and<br />
·	The CTO of Google, Yahoo, Microsoft who has to deliver a single application to tens of millions of users<br />
Arguably the former has the bigger challenge&#8230;. not least because of the differences in software licensing, databases and access technology. Funding is typically harder to get and it&#8217;s always harder to change on the fly than to build from scratch.<br />
Data centre consolidation has been a key subject for 10 years at least. Clearly there are now a number of new subjects to address if organisations are going to succeed in turning &#8216;corporate&#8217; into &#8216;private Cloud&#8217; computing.</p>
<p>Best Wishes<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cegge</title>
		<link>http://clausegge.com/2010/01/cloud-based-storage-and-content/comment-page-1/#comment-7</link>
		<dc:creator>cegge</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://tek-design.com/clausegge/?p=148#comment-7</guid>
		<description>Good points! More reasons why cloud looks like a straight forward strategic decision, but someone needs to pay attention to the details of successful migration. And what looks good on paper may not work in real life. Monitoring is also a good point, but was skipped in the post to shorten it.</description>
		<content:encoded><![CDATA[<p>Good points! More reasons why cloud looks like a straight forward strategic decision, but someone needs to pay attention to the details of successful migration. And what looks good on paper may not work in real life. Monitoring is also a good point, but was skipped in the post to shorten it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Harris</title>
		<link>http://clausegge.com/2010/01/cloud-based-storage-and-content/comment-page-1/#comment-6</link>
		<dc:creator>Martin Harris</dc:creator>
		<pubDate>Thu, 14 Jan 2010 20:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://tek-design.com/clausegge/?p=148#comment-6</guid>
		<description>I think that other factors in the cloud space will come to the forefront over time. In particular application scalability, deployment, automatic scaling and finally but not least monitoring.

Not many people realise that you can&#039;t just deploy an application to a cloud and expect it to run happily.  Without care it may run but not scale.  Applications backed with traditional databases can be a problem, Threading issues and general bad design can lead to issues and outages.
http://www.javaworld.com/javaworld/jw-03-2009/jw-03-multicore-and-cloud-ready-1.html
http://searchcloudcomputing.techtarget.com/news/article/0,289142,sid201_gci1355058,00.html

Deployment is becoming less complex with people like SpringSource making it very easy: http://www.springsource.com/newsevents/springsource-launches-enterprise-java-c

Scaling and generic algorithms that can be tuned to tie in with a budget and profitability.  i.e, please don&#039;t scale beyond some kind of profitability calculation.

Monitoring in particular is going to be a challenge, I don&#039;t think anyone is doing anything interesting in this space yet.</description>
		<content:encoded><![CDATA[<p>I think that other factors in the cloud space will come to the forefront over time. In particular application scalability, deployment, automatic scaling and finally but not least monitoring.</p>
<p>Not many people realise that you can&#8217;t just deploy an application to a cloud and expect it to run happily.  Without care it may run but not scale.  Applications backed with traditional databases can be a problem, Threading issues and general bad design can lead to issues and outages.<br />
<a href="http://www.javaworld.com/javaworld/jw-03-2009/jw-03-multicore-and-cloud-ready-1.html" rel="nofollow">http://www.javaworld.com/javaworld/jw-03-2009/jw-03-multicore-and-cloud-ready-1.html</a><br />
<a href="http://searchcloudcomputing.techtarget.com/news/article/0,289142,sid201_gci1355058,00.html" rel="nofollow">http://searchcloudcomputing.techtarget.com/news/article/0,289142,sid201_gci1355058,00.html</a></p>
<p>Deployment is becoming less complex with people like SpringSource making it very easy: <a href="http://www.springsource.com/newsevents/springsource-launches-enterprise-java-c" rel="nofollow">http://www.springsource.com/newsevents/springsource-launches-enterprise-java-c</a></p>
<p>Scaling and generic algorithms that can be tuned to tie in with a budget and profitability.  i.e, please don&#8217;t scale beyond some kind of profitability calculation.</p>
<p>Monitoring in particular is going to be a challenge, I don&#8217;t think anyone is doing anything interesting in this space yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

