<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Random Musings of an Insane Mind</title>
	<atom:link href="http://cd34.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://cd34.com/blog</link>
	<description>This is my blog, there are many others like it but this one is mine.</description>
	<pubDate>Tue, 26 Aug 2008 13:30:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>An Unorthodox Approach to Database Design : The Coming of the Shard</title>
		<link>http://highscalability.com/unorthodox-approach-database-design-coming-shard</link>
		<comments>http://highscalability.com/unorthodox-approach-database-design-coming-shard#comments</comments>
		<pubDate>Mon, 25 Aug 2008 14:59:08 +0000</pubDate>
		<dc:creator>Todd Hoff</dc:creator>
		
		<category><![CDATA[Scalability]]></category>

		<guid isPermaLink="false">88 at http://highscalability.com</guid>
		<description><![CDATA[<p> <B>Update:</B> Dan Pritchett shares some excellent <A HREF="http://www.addsimplicity.com/adding_simplicity_an_engi/2008/08/shard-lessons.html">Sharding Lessons</A>: Size Your Shards, Use Math on <a class="glossary-term" href="/tags/shard"><acronym title="Shard: A shard architecture partitions data on to multiple servers so each server holds a shard of the data. It&#039;s a federated model. You can partition data by user, by type (photo, messages, etc), or a combination.
</p>
<p>Some advantages are:<br />
* faster backup<br />
* faster recovery<br />
* data can fit into memory<br />
* data is easier to manage<br />
* provided more write bandwidth because you aren&#039;t writing to a single master. In a single master architecture write bandwidth is throttled.
</p>
<p>This technique is used by many large websites, including eBay, Yahoo, LiveJournal, and Flickr.">Shard</acronym></a> Counts, Carefully Consider the Spread, Plan for Exceeding Your Shards</p>
<p>Once upon a time we scaled databases by buying ever bigger, faster, and more expensive machines. While this arrangement is great for big iron profit margins, it doesn't work so well for the bank accounts  of our heroic system builders who need to scale well past what they can afford to spend on giant database servers.  In a extraordinary two article series, Dathan Pattishall, explains his motivation for a revolutionary new database architecture--sharding--that he began thinking about even before he worked at Friendster, and fully implemented at Flickr. Flickr now handles more than 1 billion transactions per day, responding in less then a few seconds and can scale linearly at a low cost. </p>
<p>What is sharding and how has it come to be the answer to large website scaling problems?</p>
<p><a href="http://highscalability.com/unorthodox-approach-database-design-coming-shard">read more</a></p>]]></description>
			<content:encoded><![CDATA[<strong>Update:</strong> Dan Pritchett shares some excellent <a href="http://www.addsimplicity.com/adding_simplicity_an_engi/2008/08/shard-lessons.html">Sharding Lessons</a>: Size Your Shards, Use Math on <a class="glossary-term" href="/tags/shard"><acronym title="Shard: A shard architecture partitions data on to multiple servers so each server holds a shard of the data. It's a federated model. You can partition data by user, by type (photo, messages, etc), or a combination. &lt;/p&gt; &lt;p&gt;Some advantages are:&lt;br /&gt; * faster backup&lt;br /&gt; * faster recovery&lt;br /&gt; * data can fit into memory&lt;br /&gt; * data is easier to manage&lt;br /&gt; * provided more write bandwidth because you aren't writing to a single master. In a single master architecture write bandwidth is throttled. &lt;/p&gt; &lt;p&gt;This technique is used by many large websites, including eBay, Yahoo, LiveJournal, and Flickr.">Shard</acronym></a> Counts, Carefully Consider the Spread, Plan for Exceeding Your Shards

Once upon a time we scaled databases by buying ever bigger, faster, and more expensive machines. While this arrangement is great for big iron profit margins, it doesn't work so well for the bank accounts  of our heroic system builders who need to scale well past what they can afford to spend on giant database servers.  In a extraordinary two article series, Dathan Pattishall, explains his motivation for a revolutionary new database architecture--sharding--that he began thinking about even before he worked at Friendster, and fully implemented at Flickr. Flickr now handles more than 1 billion transactions per day, responding in less then a few seconds and can scale linearly at a low cost.

What is sharding and how has it come to be the answer to large website scaling problems?

<a href="http://highscalability.com/unorthodox-approach-database-design-coming-shard">read more</a>]]></content:encoded>
			<wfw:commentRss>http://highscalability.com/unorthodox-approach-database-design-coming-shard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Scalable, Commodity Data Center Network Architecture</title>
		<link>http://highscalability.com/scalable-commodity-data-center-network-architecture</link>
		<comments>http://highscalability.com/scalable-commodity-data-center-network-architecture#comments</comments>
		<pubDate>Sun, 24 Aug 2008 20:16:02 +0000</pubDate>
		<dc:creator>Todd Hoff</dc:creator>
		
		<category><![CDATA[Scalability]]></category>

		<guid isPermaLink="false">448 at http://highscalability.com</guid>
		<description><![CDATA[ <p>Looks interesting...</p>
<p>Abstract:<br />
Today’s data centers may contain tens of thousands of computers with significant aggregate bandwidth requirements. The network architecture typically consists of a tree of routing and switching elements with progressively more specialized and expensive equipment moving up the network hierarchy. Unfortunately, even when deploying the highest-end IP switches/routers, resulting topologies may only support 50% of the aggregate bandwidth available at the edge of the network, while still incurring tremendous cost. Nonuniform bandwidth among data center nodes complicates application design and limits overall system performance.<br />
In this paper, we show how to leverage largely commodity Ethernet switches to support the full aggregate bandwidth of clusters consisting of tens of thousands of elements. Similar to how clusters of commodity computers have largely replaced more specialized SMPs and MPPs, we argue that appropriately architected and interconnected commodity switches may deliver more performance at less cost than available from today’s higher-end solutions. Our approach requires no modifications to the end host network interface, operating system, or applications; critically, it is fully backward compatible with Ethernet, IP, and TCP.</p>
 ]]></description>
			<content:encoded><![CDATA[Looks interesting...

Abstract:
Today’s data centers may contain tens of thousands of computers with significant aggregate bandwidth requirements. The network architecture typically consists of a tree of routing and switching elements with progressively more specialized and expensive equipment moving up the network hierarchy. Unfortunately, even when deploying the highest-end IP switches/routers, resulting topologies may only support 50% of the aggregate bandwidth available at the edge of the network, while still incurring tremendous cost. Nonuniform bandwidth among data center nodes complicates application design and limits overall system performance.
In this paper, we show how to leverage largely commodity Ethernet switches to support the full aggregate bandwidth of clusters consisting of tens of thousands of elements. Similar to how clusters of commodity computers have largely replaced more specialized SMPs and MPPs, we argue that appropriately architected and interconnected commodity switches may deliver more performance at less cost than available from today’s higher-end solutions. Our approach requires no modifications to the end host network interface, operating system, or applications; critically, it is fully backward compatible with Ethernet, IP, and TCP.]]></content:encoded>
			<wfw:commentRss>http://highscalability.com/scalable-commodity-data-center-network-architecture/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Strategy: Serve Pre-generated Static Files Instead Of Dynamic Pages</title>
		<link>http://highscalability.com/strategy-serve-pre-generated-static-files-instead-dynamic-pages</link>
		<comments>http://highscalability.com/strategy-serve-pre-generated-static-files-instead-dynamic-pages#comments</comments>
		<pubDate>Sat, 16 Aug 2008 16:53:31 +0000</pubDate>
		<dc:creator>Todd Hoff</dc:creator>
		
		<category><![CDATA[Scalability]]></category>

		<guid isPermaLink="false">442 at http://highscalability.com</guid>
		<description><![CDATA[<p> Pre-generating static files is an oldy but a goody, and as Thomas Brox Røst says, it's probably an underused strategy today. At one time this was the dominate technique for structuring a web site. Then the age of dynamic web sites arrived and we spent all our time worrying how to make the database faster and add more caching to recover the speed we had lost in the transition from static to dynamic. </p>
<p>Static files have the advantage of being very fast to serve. Read from disk and display. Simple and fast. Especially when caching proxies are used. The issue is how do you bulk generate the initial files, how do you serve the files, and how do you keep the changed files up to date? This is the process Thomas covers in his excellent article  <A HREF="http://eventseer.net/p/thomas_brox_roest/whiteboardentry/13/">Serving static files with Django and AWS - going fast on a budget"</A>, where he explains how he converted 600K thousand previously dynamic pages to static pages for his site <A HREF="http://eventseer.net/">Eventseer.net</A>, a service for tracking academic events. </p>
<p>Eventseer.net was experiencing performance problems as search engines crawled their 600K dynamic pages. As a solution you could imagine scaling up, adding more servers, adding sharding, etc etc, all somewhat complicated approaches.  Their solution was to convert the dynamic pages to static pages in order to keep search engines from killing the site. As an added bonus non logged-in users experienced a much faster site and were more likely to sign up for the service.</p>
<p>The article does a good job explaining what they did, so I won't regurgitate it all here, but I will cover the highlights and comment on some additional potential features and alternate implementations...</p>
<p><a href="http://highscalability.com/strategy-serve-pre-generated-static-files-instead-dynamic-pages">read more</a></p>]]></description>
			<content:encoded><![CDATA[Pre-generating static files is an oldy but a goody, and as Thomas Brox Røst says, it's probably an underused strategy today. At one time this was the dominate technique for structuring a web site. Then the age of dynamic web sites arrived and we spent all our time worrying how to make the database faster and add more caching to recover the speed we had lost in the transition from static to dynamic.

Static files have the advantage of being very fast to serve. Read from disk and display. Simple and fast. Especially when caching proxies are used. The issue is how do you bulk generate the initial files, how do you serve the files, and how do you keep the changed files up to date? This is the process Thomas covers in his excellent article  <a href="http://eventseer.net/p/thomas_brox_roest/whiteboardentry/13/">Serving static files with Django and AWS - going fast on a budget"</a>, where he explains how he converted 600K thousand previously dynamic pages to static pages for his site <a href="http://eventseer.net/">Eventseer.net</a>, a service for tracking academic events.

Eventseer.net was experiencing performance problems as search engines crawled their 600K dynamic pages. As a solution you could imagine scaling up, adding more servers, adding sharding, etc etc, all somewhat complicated approaches.  Their solution was to convert the dynamic pages to static pages in order to keep search engines from killing the site. As an added bonus non logged-in users experienced a much faster site and were more likely to sign up for the service.

The article does a good job explaining what they did, so I won't regurgitate it all here, but I will cover the highlights and comment on some additional potential features and alternate implementations...

<a href="http://highscalability.com/strategy-serve-pre-generated-static-files-instead-dynamic-pages">read more</a>]]></content:encoded>
			<wfw:commentRss>http://highscalability.com/strategy-serve-pre-generated-static-files-instead-dynamic-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Disney Used Virtualization for Quick Launch of Movie Sites - CIO</title>
		<link>http://news.google.com/news/url?sa=T&ct=us/3-0&fd=R&url=http://www.cio.com/article/444072/How_Disney_Used_Virtualization_for_Quick_Launch_of_Movie_Sites&cid=1237201637&ei=vwOmSNWmNKr6yASChPHvDQ&usg=AFQjCNHQ0g9wr6YiPYJ5jjINRjSVonFDog</link>
		<comments>http://news.google.com/news/url?sa=T&ct=us/3-0&fd=R&url=http://www.cio.com/article/444072/How_Disney_Used_Virtualization_for_Quick_Launch_of_Movie_Sites&cid=1237201637&ei=vwOmSNWmNKr6yASChPHvDQ&usg=AFQjCNHQ0g9wr6YiPYJ5jjINRjSVonFDog#comments</comments>
		<pubDate>Fri, 15 Aug 2008 19:35:54 +0000</pubDate>
		<dc:creator>virtualization - Google News</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">tag:news.google.com,2005:cluster=7y387crzQx0J</guid>
		<description><![CDATA[<table border=0 width= valign=top cellpadding=2 cellspacing=7><tr><td valign=top class=j><font style="font-size:85%;font-family:arial,sans-serif"><br /><div style="padding-top:0.8em;"><img alt="" height="1" width="1"></div><div class=lh><a href="http://news.google.com/news/url?sa=T&#038;ct=us/3-0&#038;fd=R&#038;url=http://www.cio.com/article/444072/How_Disney_Used_Virtualization_for_Quick_Launch_of_Movie_Sites&#038;cid=1237201637&#038;ei=vwOmSNWmNKr6yASChPHvDQ&#038;usg=AFQjCNHQ0g9wr6YiPYJ5jjINRjSVonFDog">How Disney Used <b>Virtualization</b> for Quick Launch of Movie Sites</a><br /><font size=-1><font color=#6f6f6f>CIO,&#160;MA&#160;-</font> <nobr>2 hours ago</nobr></font><br /><font size=-1>With a window of 60 days to get the movie on the site, Disney&#39;s Interactive Media Group relied on a combination of <b>virtualization</b>, load balancing and <b>...</b></font></div></font></td></tr></table>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="7" cellpadding="2">
<tbody>
<tr>
<td class="j" valign="top"><span> </span>
<div><span><img alt="" width="1" height="1" /></span></div>
<div class="lh"><span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/3-0&amp;fd=R&amp;url=http://www.cio.com/article/444072/How_Disney_Used_Virtualization_for_Quick_Launch_of_Movie_Sites&amp;cid=1237201637&amp;ei=vwOmSNWmNKr6yASChPHvDQ&amp;usg=AFQjCNHQ0g9wr6YiPYJ5jjINRjSVonFDog">How Disney Used <strong>Virtualization</strong> for Quick Launch of Movie Sites</a>
<span><span style="color: #6f6f6f;">CIO, MA -</span> 2 hours ago</span>
<span>With a window of 60 days to get the movie on the site, Disney's Interactive Media Group relied on a combination of <strong>virtualization</strong>, load balancing and <strong>...</strong></span></span></div></td>
</tr>
</tbody></table>]]></content:encoded>
			<wfw:commentRss>http://news.google.com/news/url?sa=T&ct=us/3-0&fd=R&url=http://www.cio.com/article/444072/How_Disney_Used_Virtualization_for_Quick_Launch_of_Movie_Sites&cid=1237201637&ei=vwOmSNWmNKr6yASChPHvDQ&usg=AFQjCNHQ0g9wr6YiPYJ5jjINRjSVonFDog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VirtualLogix Carrier Grade Virtualization Delivers First Solution &#8230; - Business Wire (press release)</title>
		<link>http://news.google.com/news/url?sa=T&ct=us/1-0&fd=R&url=http://www.businesswire.com/news/google/20080721005119/en&cid=1228862267&ei=67GESNW5BYjM8ATdvqzcCA&usg=AFQjCNHsnFSlltLwUBLN4Qz-sUAcEFDu7Q</link>
		<comments>http://news.google.com/news/url?sa=T&ct=us/1-0&fd=R&url=http://www.businesswire.com/news/google/20080721005119/en&cid=1228862267&ei=67GESNW5BYjM8ATdvqzcCA&usg=AFQjCNHsnFSlltLwUBLN4Qz-sUAcEFDu7Q#comments</comments>
		<pubDate>Mon, 21 Jul 2008 12:07:58 +0000</pubDate>
		<dc:creator>virtualization - Google News</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">tag:news.google.com,2005:cluster=493ef33b</guid>
		<description><![CDATA[<table border=0 width= valign=top cellpadding=2 cellspacing=7><tr><td valign=top class=j><font style="font-size:85%;font-family:arial,sans-serif"><br /><div style="padding-top:0.8em;"><img alt="" height="1" width="1"></div><div class=lh><a href="http://news.google.com/news/url?sa=T&#038;ct=us/1-0&#038;fd=R&#038;url=http://www.businesswire.com/news/google/20080721005119/en&#038;cid=1228862267&#038;ei=67GESNW5BYjM8ATdvqzcCA&#038;usg=AFQjCNHsnFSlltLwUBLN4Qz-sUAcEFDu7Q">VirtualLogix Carrier Grade <b>Virtualization</b> Delivers First Solution <b>...</b></a><br /><font size=-1><font color=#6f6f6f>Business Wire (press release),&#160;CA&#160;-</font> <nobr>3 hours ago</nobr></font><br /><font size=-1>VirtualLogix Carrier Grade <b>Virtualization</b> reduces the cost and complexity of maintaining carrier grade properties in edge and core network elements such as <b>...</b></font><br /><font size=-1><a href="http://news.google.com/news/url?sa=T&#038;ct=us/1-1&#038;fd=R&#038;url=http://ipcommunications.tmcnet.com/topics/ip-communications/articles/34671-virtuallogix-announces-carrier-grade-virtualization.htm&#038;cid=1228862267&#038;ei=67GESNW5BYjM8ATdvqzcCA&#038;usg=AFQjCNFSoH_HELD6uQ8YoEtPccsO1ZuADQ">VirtualLogix Announces Carrier Grade <b>Virtualization</b></a> <font size=-1 color=#6f6f6f><nobr>TMCnet</nobr></font></font><br /><font class=p size=-1><a class=p href=http://news.google.com/news?ned=us&#038;hl=en&#038;ned=us&#038;ie=ISO-8859-1&#038;ncl=1228862267><nobr>all 6 news articles</nobr></a></font></div></font></td></tr></table>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="7" cellpadding="2">
<tbody>
<tr>
<td class="j" valign="top"><span> </span>
<div><span><img alt="" width="1" height="1" /></span></div>
<div class="lh"><span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/1-0&amp;fd=R&amp;url=http://www.businesswire.com/news/google/20080721005119/en&amp;cid=1228862267&amp;ei=67GESNW5BYjM8ATdvqzcCA&amp;usg=AFQjCNHsnFSlltLwUBLN4Qz-sUAcEFDu7Q">VirtualLogix Carrier Grade <strong>Virtualization</strong> Delivers First Solution <strong>...</strong></a>
<span><span style="color: #6f6f6f;">Business Wire (press release), CA -</span> 3 hours ago</span>
<span>VirtualLogix Carrier Grade <strong>Virtualization</strong> reduces the cost and complexity of maintaining carrier grade properties in edge and core network elements such as <strong>...</strong></span>
<span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/1-1&amp;fd=R&amp;url=http://ipcommunications.tmcnet.com/topics/ip-communications/articles/34671-virtuallogix-announces-carrier-grade-virtualization.htm&amp;cid=1228862267&amp;ei=67GESNW5BYjM8ATdvqzcCA&amp;usg=AFQjCNFSoH_HELD6uQ8YoEtPccsO1ZuADQ">VirtualLogix Announces Carrier Grade <strong>Virtualization</strong></a> <span style="color: #6f6f6f;">TMCnet</span></span>
<span class="p"><a class="p" href="http://news.google.com/news?ned=us&amp;hl=en&amp;ned=us&amp;ie=ISO-8859-1&amp;ncl=1228862267">all 6 news articles</a></span></span></div></td>
</tr>
</tbody></table>]]></content:encoded>
			<wfw:commentRss>http://news.google.com/news/url?sa=T&ct=us/1-0&fd=R&url=http://www.businesswire.com/news/google/20080721005119/en&cid=1228862267&ei=67GESNW5BYjM8ATdvqzcCA&usg=AFQjCNHsnFSlltLwUBLN4Qz-sUAcEFDu7Q/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Word, &#8220;Scaling&#8221;</title>
		<link>http://cd34.com/blog/2008/06/30/this-word-scaling/</link>
		<comments>http://cd34.com/blog/2008/06/30/this-word-scaling/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 23:40:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Scalability]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=116</guid>
		<description><![CDATA[It seems that everyone on the blogosphere, including Divmod, is talking about &#8220;scaling&#8221; these days.  I&#8217;d like to talk a bit about what we mean ­— and by &#8220;we&#8221; I mean both the Twisted community and Divmod, Inc., — when we talk about &#8220;scaling&#8221;.
[more]
One of the issues that I continually deal with is the scaling [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that everyone on the blogosphere, including Divmod, is talking about &#8220;scaling&#8221; these days.  I&#8217;d like to talk a bit about what we mean ­— and by &#8220;we&#8221; I mean both the Twisted community and Divmod, Inc., — when we talk about &#8220;scaling&#8221;.</p>
<p>[<a href="http://glyph.twistedmatrix.com/2008/06/this-word-scaling.html" target="_blank">more</a>]</p>
<p>One of the issues that I continually deal with is the scaling of an application and its platform.  I believe this author makes the point rather well.</p>
]]></content:encoded>
			<wfw:commentRss>http://cd34.com/blog/2008/06/30/this-word-scaling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SourceLabs Extends Self-Support Technology To Xen Virtualization &#8230; - Live-PR.com (Pressemitteilung)</title>
		<link>http://news.google.com/news/url?sa=T&ct=us/4-0&fd=R&url=http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm&cid=0&ei=VapnSKDeBZPK8ATsiY2qAQ&usg=AFQjCNF2JrjUng9gHOu-jSbyklRpq4qI8A</link>
		<comments>http://news.google.com/news/url?sa=T&ct=us/4-0&fd=R&url=http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm&cid=0&ei=VapnSKDeBZPK8ATsiY2qAQ&usg=AFQjCNF2JrjUng9gHOu-jSbyklRpq4qI8A#comments</comments>
		<pubDate>Sun, 29 Jun 2008 14:11:14 +0000</pubDate>
		<dc:creator>virtualization - Google News</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm</guid>
		<description><![CDATA[<table border=0 width= valign=top cellpadding=2 cellspacing=7><tr><td width=80 align=center valign=top><font style="font-size:85%;font-family:arial,sans-serif"><a  href="http://news.google.com/news/url?sa=T&#038;ct=us/4i-0&#038;fd=R&#038;url=http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm&#038;cid=0&#038;ei=VapnSKDeBZPK8ATsiY2qAQ&#038;usg=AFQjCNF2JrjUng9gHOu-jSbyklRpq4qI8A"><img src=http://news.google.com/news?imgefp=5ait0kmW8eoJ&#038;imgurl=www.live-pr.com/images/pics/21933.jpg width=80 height=34 alt="" border=1><br /><font size=-2>Live-PR.com (Pressemitteilung)</font></a></font></td><td valign=top class=j><font style="font-size:85%;font-family:arial,sans-serif"><br /><div style="padding-top:0.8em;"><img alt="" height="1" width="1"></div><div class=lh><a href="http://news.google.com/news/url?sa=T&#038;ct=us/4-0&#038;fd=R&#038;url=http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm&#038;cid=0&#038;ei=VapnSKDeBZPK8ATsiY2qAQ&#038;usg=AFQjCNF2JrjUng9gHOu-jSbyklRpq4qI8A">SourceLabs Extends Self-Support Technology To Xen <b>Virtualization</b> <b>...</b></a><br /><font size=-1><font color=#6f6f6f>Live-PR.com (Pressemitteilung),&#160;Austria&#160;-</font> <nobr>1 hour ago</nobr></font><br /><font size=-1>such as ‘libvirt.’ SourceLabs’ Self-Support Suite for Xen references solutions from Xen.org as well as platforms. SourceLabs’ Self-Support Suite supports <b>...</b></font></div></font></td></tr></table>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="7" cellpadding="2">
<tbody>
<tr>
<td width="80" align="center" valign="top"><span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/4i-0&amp;fd=R&amp;url=http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm&amp;cid=0&amp;ei=VapnSKDeBZPK8ATsiY2qAQ&amp;usg=AFQjCNF2JrjUng9gHOu-jSbyklRpq4qI8A"><img src="http://news.google.com/news?imgefp=5ait0kmW8eoJ&amp;imgurl=www.live-pr.com/images/pics/21933.jpg" border="1" alt="" width="80" height="34" />
<span>Live-PR.com (Pressemitteilung)</span></a></span></td>
<td class="j" valign="top"><span> </span>
<div><span><img alt="" width="1" height="1" /></span></div>
<div class="lh"><span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/4-0&amp;fd=R&amp;url=http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm&amp;cid=0&amp;ei=VapnSKDeBZPK8ATsiY2qAQ&amp;usg=AFQjCNF2JrjUng9gHOu-jSbyklRpq4qI8A">SourceLabs Extends Self-Support Technology To Xen <strong>Virtualization</strong> <strong>...</strong></a>
<span><span style="color: #6f6f6f;">Live-PR.com (Pressemitteilung), Austria -</span> 1 hour ago</span>
<span>such as ‘libvirt.’ SourceLabs’ Self-Support Suite for Xen references solutions from Xen.org as well as platforms. SourceLabs’ Self-Support Suite supports <strong>...</strong></span></span></div></td>
</tr>
</tbody></table>]]></content:encoded>
			<wfw:commentRss>http://news.google.com/news/url?sa=T&ct=us/4-0&fd=R&url=http://www.live-pr.com/en/sourcelabs-extends-self-support-technology-r1048198468.htm&cid=0&ei=VapnSKDeBZPK8ATsiY2qAQ&usg=AFQjCNF2JrjUng9gHOu-jSbyklRpq4qI8A/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dell promotes benefits of virtualization with regional roadshow - AME Info (press release)</title>
		<link>http://news.google.com/news/url?sa=T&ct=us/3-0&fd=R&url=http://www.ameinfo.com/161826.html&cid=0&ei=VapnSKDeBZPK8ATsiY2qAQ&usg=AFQjCNHoRp5u26xayvcE8SmEI5wI2LudsQ</link>
		<comments>http://news.google.com/news/url?sa=T&ct=us/3-0&fd=R&url=http://www.ameinfo.com/161826.html&cid=0&ei=VapnSKDeBZPK8ATsiY2qAQ&usg=AFQjCNHoRp5u26xayvcE8SmEI5wI2LudsQ#comments</comments>
		<pubDate>Sun, 29 Jun 2008 04:32:07 +0000</pubDate>
		<dc:creator>virtualization - Google News</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.ameinfo.com/161826.html</guid>
		<description><![CDATA[<table border=0 width= valign=top cellpadding=2 cellspacing=7><tr><td width=80 align=center valign=top><font style="font-size:85%;font-family:arial,sans-serif"><a  href="http://news.google.com/news/url?sa=T&#038;ct=us/3i-0&#038;fd=R&#038;url=http://www.ameinfo.com/161826.html&#038;cid=0&#038;ei=VapnSKDeBZPK8ATsiY2qAQ&#038;usg=AFQjCNHoRp5u26xayvcE8SmEI5wI2LudsQ"><img src=http://news.google.com/news?imgefp=M2MrSEu3lU8J&#038;imgurl=www.ameinfo.com/images/news/2/60172-itp_dell.jpg width=80 height=52 alt="" border=1><br /><font size=-2>AME Info (press release)</font></a></font></td><td valign=top class=j><font style="font-size:85%;font-family:arial,sans-serif"><br /><div style="padding-top:0.8em;"><img alt="" height="1" width="1"></div><div class=lh><a href="http://news.google.com/news/url?sa=T&#038;ct=us/3-0&#038;fd=R&#038;url=http://www.ameinfo.com/161826.html&#038;cid=0&#038;ei=VapnSKDeBZPK8ATsiY2qAQ&#038;usg=AFQjCNHoRp5u26xayvcE8SmEI5wI2LudsQ">Dell promotes benefits of <b>virtualization</b> with regional roadshow</a><br /><font size=-1><font color=#6f6f6f>AME Info (press release),&#160;United Arab Emirates&#160;-</font> <nobr>10 hours ago</nobr></font><br /><font size=-1>Dell, VMware and Intel kicked off a Middle East roadshow that aims to demonstrate the benefits of <b>virtualization</b> to customers in the Middle East. <b>...</b></font></div></font></td></tr></table>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="7" cellpadding="2">
<tbody>
<tr>
<td width="80" align="center" valign="top"><span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/3i-0&amp;fd=R&amp;url=http://www.ameinfo.com/161826.html&amp;cid=0&amp;ei=VapnSKDeBZPK8ATsiY2qAQ&amp;usg=AFQjCNHoRp5u26xayvcE8SmEI5wI2LudsQ"><img src="http://news.google.com/news?imgefp=M2MrSEu3lU8J&amp;imgurl=www.ameinfo.com/images/news/2/60172-itp_dell.jpg" border="1" alt="" width="80" height="52" />
<span>AME Info (press release)</span></a></span></td>
<td class="j" valign="top"><span> </span>
<div><span><img alt="" width="1" height="1" /></span></div>
<div class="lh"><span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/3-0&amp;fd=R&amp;url=http://www.ameinfo.com/161826.html&amp;cid=0&amp;ei=VapnSKDeBZPK8ATsiY2qAQ&amp;usg=AFQjCNHoRp5u26xayvcE8SmEI5wI2LudsQ">Dell promotes benefits of <strong>virtualization</strong> with regional roadshow</a>
<span><span style="color: #6f6f6f;">AME Info (press release), United Arab Emirates -</span> 10 hours ago</span>
<span>Dell, VMware and Intel kicked off a Middle East roadshow that aims to demonstrate the benefits of <strong>virtualization</strong> to customers in the Middle East. <strong>...</strong></span></span></div></td>
</tr>
</tbody></table>]]></content:encoded>
			<wfw:commentRss>http://news.google.com/news/url?sa=T&ct=us/3-0&fd=R&url=http://www.ameinfo.com/161826.html&cid=0&ei=VapnSKDeBZPK8ATsiY2qAQ&usg=AFQjCNHoRp5u26xayvcE8SmEI5wI2LudsQ/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Documentation Redux</title>
		<link>http://cd34.com/blog/2008/06/27/documentation-redux/</link>
		<comments>http://cd34.com/blog/2008/06/27/documentation-redux/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 02:32:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Infrastructure]]></category>

		<guid isPermaLink="false">http://cd34.com/blog/?p=99</guid>
		<description><![CDATA[156 hours.
That&#8217;s what it took to track down a solution to a problem with some Open Source software.  The software was written in the early 2000 time frame, the last documentation update was in 2006.  The scenario that we were designing was documented on a page written in 2004.
The issue we ran into must be [...]]]></description>
			<content:encoded><![CDATA[<p>156 hours.</p>
<p>That&#8217;s what it took to track down a solution to a problem with some Open Source software.  The software was written in the early 2000 time frame, the last documentation update was in 2006.  The scenario that we were designing was documented on a page written in 2004.</p>
<p>The issue we ran into must be something that someone else has stumbled into because it is a very basic piece of the operation of this piece of software, but, in perusing all of the available documentation, using google to find any possible references, looking through all FAQs, committed code, mailing lists, etc. the solution presented itself on a page last updated in January of 2000.</p>
<p>A three line mention.</p>
<p>That&#8217;s it.</p>
<p>The author of the FAQ written in 2004 that describes the process and documents every step save for one very important part.  The three line mention in another FAQ, coincidentally written by the FAQ author in an email that was sent to a mailing list and included in someone else&#8217;s FAQ.</p>
<p>This is the inherent cost in Open Source.</p>
<p>We&#8217;re not using this software in an odd manner &#8212; in fact, the feature we were trying to use is one of the three fundamental uses.  The software hasn&#8217;t changed much in the last 4 years, but, it just goes to show you that documentation is easily forgotton in the Open Source world.</p>
<p>Would I have it any other way?  No.  I prefer open source because we can develop solutions that give us a competitive edge, and, if we need to, we can change the code to fix problems that the developers won&#8217;t fix.</p>
<p>Often times our requirements are based on a business case which conflicts with some of the purist open source coders.</p>
]]></content:encoded>
			<wfw:commentRss>http://cd34.com/blog/2008/06/27/documentation-redux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CentOS 5.2 ships with enhanced virtualization - eWeek</title>
		<link>http://news.google.com/news/url?sa=T&ct=us/1-0&fd=R&url=http://www.desktoplinux.com/news/NS8615742660.html&cid=1224478473&ei=vyNkSKHZDYfI8ASqxtiHAQ&usg=AFQjCNFy81DSSVUK99P4VJqiBpcQd10Qqg</link>
		<comments>http://news.google.com/news/url?sa=T&ct=us/1-0&fd=R&url=http://www.desktoplinux.com/news/NS8615742660.html&cid=1224478473&ei=vyNkSKHZDYfI8ASqxtiHAQ&usg=AFQjCNFy81DSSVUK99P4VJqiBpcQd10Qqg#comments</comments>
		<pubDate>Thu, 26 Jun 2008 20:24:42 +0000</pubDate>
		<dc:creator>virtualization - Google News</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">tag:news.google.com,2005:cluster=48fc0f09</guid>
		<description><![CDATA[<table border=0 width= valign=top cellpadding=2 cellspacing=7><tr><td valign=top class=j><font style="font-size:85%;font-family:arial,sans-serif"><br /><div style="padding-top:0.8em;"><img alt="" height="1" width="1"></div><div class=lh><a href="http://news.google.com/news/url?sa=T&#038;ct=us/1-0&#038;fd=R&#038;url=http://www.desktoplinux.com/news/NS8615742660.html&#038;cid=1224478473&#038;ei=vyNkSKHZDYfI8ASqxtiHAQ&#038;usg=AFQjCNFy81DSSVUK99P4VJqiBpcQd10Qqg">CentOS 5.2 ships with enhanced <b>virtualization</b></a><br /><font size=-1><font color=#6f6f6f>eWeek,&#160; NY&#160;-</font> <nobr>2 hours ago</nobr></font><br /><font size=-1>Available for i386 and x86-64 architectures, the release offers new drivers and bug fixes, as well as improvements to the Xen <b>virtualization</b> kernel, <b>...</b></font><br /><font size=-1><a href="http://news.google.com/news/url?sa=T&#038;ct=us/1-1&#038;fd=R&#038;url=http://searchoracle.techtarget.com/news/article/0,289142,sid41_gci1318952,00.html&#038;cid=1224478473&#038;ei=vyNkSKHZDYfI8ASqxtiHAQ&#038;usg=AFQjCNERQ6KaISwP-It_KSV8tpRs7iETaA">What happened to Oracle&#39;s Red Hat challenge?</a> <font size=-1 color=#6f6f6f><nobr>SearchOracle.com</nobr></font></font><br /><font class=p size=-1><a class=p href=http://news.google.com/news?ned=us&#038;hl=en&#038;ned=us&#038;ie=ISO-8859-1&#038;ncl=1224478473><nobr>all 2 news articles</nobr></a></font></div></font></td></tr></table>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="7" cellpadding="2">
<tbody>
<tr>
<td class="j" valign="top"><span> </span>
<div><span><img alt="" width="1" height="1" /></span></div>
<div class="lh"><span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/1-0&amp;fd=R&amp;url=http://www.desktoplinux.com/news/NS8615742660.html&amp;cid=1224478473&amp;ei=vyNkSKHZDYfI8ASqxtiHAQ&amp;usg=AFQjCNFy81DSSVUK99P4VJqiBpcQd10Qqg">CentOS 5.2 ships with enhanced <strong>virtualization</strong></a>
<span><span style="color: #6f6f6f;">eWeek,  NY -</span> 2 hours ago</span>
<span>Available for i386 and x86-64 architectures, the release offers new drivers and bug fixes, as well as improvements to the Xen <strong>virtualization</strong> kernel, <strong>...</strong></span>
<span><a href="http://news.google.com/news/url?sa=T&amp;ct=us/1-1&amp;fd=R&amp;url=http://searchoracle.techtarget.com/news/article/0,289142,sid41_gci1318952,00.html&amp;cid=1224478473&amp;ei=vyNkSKHZDYfI8ASqxtiHAQ&amp;usg=AFQjCNERQ6KaISwP-It_KSV8tpRs7iETaA">What happened to Oracle's Red Hat challenge?</a> <span style="color: #6f6f6f;">SearchOracle.com</span></span>
<span class="p"><a class="p" href="http://news.google.com/news?ned=us&amp;hl=en&amp;ned=us&amp;ie=ISO-8859-1&amp;ncl=1224478473">all 2 news articles</a></span></span></div></td>
</tr>
</tbody></table>]]></content:encoded>
			<wfw:commentRss>http://news.google.com/news/url?sa=T&ct=us/1-0&fd=R&url=http://www.desktoplinux.com/news/NS8615742660.html&cid=1224478473&ei=vyNkSKHZDYfI8ASqxtiHAQ&usg=AFQjCNFy81DSSVUK99P4VJqiBpcQd10Qqg/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
