<?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 for robgillen.blog()</title>
	<atom:link href="http://rob.gillenfamily.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rob.gillenfamily.net</link>
	<description>random musings and walks through code</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:38:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Maximizing Throughput in Windows Azure &#8211; Part 1 by Guru</title>
		<link>http://rob.gillenfamily.net/2010/09/13/maximizing-throughput-in-windows-azure-e28093-part-1/#comment-1687</link>
		<dc:creator>Guru</dc:creator>
		<pubDate>Tue, 13 Dec 2011 16:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gillenfamily.net/2010/09/13/maximizing-throughput-in-windows-azure-e28093-part-1/#comment-1687</guid>
		<description>This looks great... Do you have any similar numbers for Azure Table storage</description>
		<content:encoded><![CDATA[<p>This looks great&#8230; Do you have any similar numbers for Azure Table storage</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Different, yet the Same by Roger Jennings</title>
		<link>http://rob.gillenfamily.net/2011/10/03/different-yet-the-same/#comment-1655</link>
		<dc:creator>Roger Jennings</dc:creator>
		<pubDate>Mon, 03 Oct 2011 15:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/10/03/different-yet-the-same/#comment-1655</guid>
		<description>Hi, Rob,

Congrats on your newly modified gig!

Cheers,

--rj</description>
		<content:encoded><![CDATA[<p>Hi, Rob,</p>
<p>Congrats on your newly modified gig!</p>
<p>Cheers,</p>
<p>&#8211;rj</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Comparison of AWS and Azure by AWS vs. Windows Azure</title>
		<link>http://rob.gillenfamily.net/2011/06/06/a-comparison-of-aws-and-azure/#comment-1621</link>
		<dc:creator>AWS vs. Windows Azure</dc:creator>
		<pubDate>Mon, 06 Jun 2011 21:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://rob.gillenfamily.net/2011/06/06/a-comparison-of-aws-and-azure/#comment-1621</guid>
		<description>[...] Gillen (@argodev), Windows Azure MVP a publicat pe blogul său slide-urile și codul sursă de la două prezentări în care discută despre Amazon Web Services în comparație cu Windows [...]</description>
		<content:encoded><![CDATA[<p>[...] Gillen (@argodev), Windows Azure MVP a publicat pe blogul său slide-urile și codul sursă de la două prezentări în care discută despre Amazon Web Services în comparație cu Windows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External File Upload Optimizations for Windows Azure by ScottJ</title>
		<link>http://rob.gillenfamily.net/2010/04/26/external-file-upload-optimizations-for-windows-azure/#comment-1608</link>
		<dc:creator>ScottJ</dc:creator>
		<pubDate>Mon, 28 Mar 2011 01:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gillenfamily.net/2010/04/26/external-file-upload-optimizations-for-windows-azure/#comment-1608</guid>
		<description>Great article and code. Also, Tisho, thanks for answering the MD5 issue:
http://stackoverflow.com/questions/4089225/how-to-resolve-an-invalidmd5-error-returned-from-the-windows-azure-blob-storage-s</description>
		<content:encoded><![CDATA[<p>Great article and code. Also, Tisho, thanks for answering the MD5 issue:<br />
<a href="http://stackoverflow.com/questions/4089225/how-to-resolve-an-invalidmd5-error-returned-from-the-windows-azure-blob-storage-s" rel="nofollow">http://stackoverflow.com/questions/4089225/how-to-resolve-an-invalidmd5-error-returned-from-the-windows-azure-blob-storage-s</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Applications To The Cloud with Windows Azure by Dennis Burton</title>
		<link>http://rob.gillenfamily.net/2011/02/11/moving-applications-to-the-cloud-with-windows-azure/#comment-1587</link>
		<dc:creator>Dennis Burton</dc:creator>
		<pubDate>Mon, 14 Feb 2011 19:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://robgillen.me/2011/02/11/moving-applications-to-the-cloud-with-windows-azure/#comment-1587</guid>
		<description>I am with you on Table Storage being the weak link in the Azure Platform. I personally would like to see more of a DODB approach with indexes I select and rich query support. I really like that particular feature set of MongoDB. If we had that, then Table Storage could continue to be simply a key-value store option.

Just curious to see if you have done any insert perf testing. It seems like &quot;everything is indexed&quot; would lead to pretty poor performance on the insert side, though it would be really nice on the consumption side. The focus on partition key leads to a lot of data duplication and worker role tasks that could be solved with better indexing.</description>
		<content:encoded><![CDATA[<p>I am with you on Table Storage being the weak link in the Azure Platform. I personally would like to see more of a DODB approach with indexes I select and rich query support. I really like that particular feature set of MongoDB. If we had that, then Table Storage could continue to be simply a key-value store option.</p>
<p>Just curious to see if you have done any insert perf testing. It seems like &#8220;everything is indexed&#8221; would lead to pretty poor performance on the insert side, though it would be really nice on the consumption side. The focus on partition key leads to a lot of data duplication and worker role tasks that could be solved with better indexing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving Applications To The Cloud with Windows Azure by Tweets that mention robgillen.blog() » Moving Applications To The Cloud with Windows Azure -- Topsy.com</title>
		<link>http://rob.gillenfamily.net/2011/02/11/moving-applications-to-the-cloud-with-windows-azure/#comment-1585</link>
		<dc:creator>Tweets that mention robgillen.blog() » Moving Applications To The Cloud with Windows Azure -- Topsy.com</dc:creator>
		<pubDate>Sat, 12 Feb 2011 13:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://robgillen.me/2011/02/11/moving-applications-to-the-cloud-with-windows-azure/#comment-1585</guid>
		<description>[...] This post was mentioned on Twitter by Rob Gillen, Planet Technologies. Planet Technologies said: RT @argodev: New Post - Book Review: Moving Apps to the Cloud with Windows #azure http://bit.ly/eqblLo Also compares &amp; promotes #aws Sim ... [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Rob Gillen, Planet Technologies. Planet Technologies said: RT @argodev: New Post &#8211; Book Review: Moving Apps to the Cloud with Windows #azure <a href="http://bit.ly/eqblLo" rel="nofollow">http://bit.ly/eqblLo</a> Also compares &amp; promotes #aws Sim &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Return of the Windows Azure GAC Viewer by Return of the Windows Azure GAC Viewer &#171; windowsazureinfo</title>
		<link>http://rob.gillenfamily.net/2011/01/24/return-of-the-windows-azure-gac-viewer/#comment-1580</link>
		<dc:creator>Return of the Windows Azure GAC Viewer &#171; windowsazureinfo</dc:creator>
		<pubDate>Mon, 24 Jan 2011 17:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://robgillen.me/2011/01/24/return-of-the-windows-azure-gac-viewer/#comment-1580</guid>
		<description>[...] : http://robgillen.me/2011/01/24/return-of-the-windows-azure-gac-viewer/          Leave a Comment   LikeBe the first to like this [...]</description>
		<content:encoded><![CDATA[<p>[...] : <a href="http://robgillen.me/2011/01/24/return-of-the-windows-azure-gac-viewer/" rel="nofollow">http://robgillen.me/2011/01/24/return-of-the-windows-azure-gac-viewer/</a>          Leave a Comment   LikeBe the first to like this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book Review: Host Your Web Site In The Cloud by Tweets that mention robgillen.blog() » Book Review: Host Your Web Site In The Cloud -- Topsy.com</title>
		<link>http://rob.gillenfamily.net/2011/01/06/book-review-host-your-web-site-in-the-cloud/#comment-1566</link>
		<dc:creator>Tweets that mention robgillen.blog() » Book Review: Host Your Web Site In The Cloud -- Topsy.com</dc:creator>
		<pubDate>Thu, 06 Jan 2011 15:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://robgillen.me/2011/01/06/book-review-host-your-web-site-in-the-cloud/#comment-1566</guid>
		<description>[...] This post was mentioned on Twitter by Wallace B. McClure. Wallace B. McClure said: RT @argodev: Book Review: Host Your Website In the Cloud - Amazon Web Services Made Easy by @jeffbarr #aws http://bit.ly/er4V98 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Wallace B. McClure. Wallace B. McClure said: RT @argodev: Book Review: Host Your Website In the Cloud &#8211; Amazon Web Services Made Easy by @jeffbarr #aws <a href="http://bit.ly/er4V98" rel="nofollow">http://bit.ly/er4V98</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maximizing Throughput in Windows Azure &#8211; Part 3 by Tune Up Your PC &#187; Post Topic &#187; Essential Resources for Getting Started with Windows Azure</title>
		<link>http://rob.gillenfamily.net/2010/09/24/maximizing-throughput-in-windows-azure-e28093-part-3/#comment-1563</link>
		<dc:creator>Tune Up Your PC &#187; Post Topic &#187; Essential Resources for Getting Started with Windows Azure</dc:creator>
		<pubDate>Fri, 31 Dec 2010 15:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gillenfamily.net/?p=4#comment-1563</guid>
		<description>[...]  Maximizing Throughput in Windows Azure (3 Parts) by  Rob Gillen (@argodev) [...]</description>
		<content:encoded><![CDATA[<p>[...]  Maximizing Throughput in Windows Azure (3 Parts) by  Rob Gillen (@argodev) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maximizing Throughput in Windows Azure &#8211; Part 3 by Windows Azure Cloud Talk : Essential Resources for Getting Started with Windows Azure</title>
		<link>http://rob.gillenfamily.net/2010/09/24/maximizing-throughput-in-windows-azure-e28093-part-3/#comment-1562</link>
		<dc:creator>Windows Azure Cloud Talk : Essential Resources for Getting Started with Windows Azure</dc:creator>
		<pubDate>Fri, 31 Dec 2010 05:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gillenfamily.net/?p=4#comment-1562</guid>
		<description>[...] the most out of Windows Azure Tables (Not SQL Azure) Loading Data to SQL Azure (The Fast Way) Maximizing Throughput in Windows Azure (3 Parts) by Rob Gillen (@argodev) Protecting your Blobs against Application Errors Protecting your [...]</description>
		<content:encoded><![CDATA[<p>[...] the most out of Windows Azure Tables (Not SQL Azure) Loading Data to SQL Azure (The Fast Way) Maximizing Throughput in Windows Azure (3 Parts) by Rob Gillen (@argodev) Protecting your Blobs against Application Errors Protecting your [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

