<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mathieu Isabel's Weblog</title>
	<atom:link href="http://unhandled.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://unhandled.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 17 Jun 2009 17:47:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='unhandled.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b4a6815addcd20a46cef0f0e2df86f05?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Mathieu Isabel's Weblog</title>
		<link>http://unhandled.wordpress.com</link>
	</image>
			<item>
		<title>Process of porting an app to the cloud</title>
		<link>http://unhandled.wordpress.com/2009/06/17/process-of-porting-an-app-to-the-cloud/</link>
		<comments>http://unhandled.wordpress.com/2009/06/17/process-of-porting-an-app-to-the-cloud/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 17:47:10 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/2009/06/17/process-of-porting-an-app-to-the-cloud/</guid>
		<description><![CDATA[The process of porting an application to the cloud is called vaporising (trademark pending). The reverse process is called raining, where the app is condensed back to a private data center.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=68&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The process of porting an application to the cloud is called vaporising (trademark pending). The reverse process is called raining, where the app is condensed back to a private data center.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=68&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2009/06/17/process-of-porting-an-app-to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>Processor Scheduling</title>
		<link>http://unhandled.wordpress.com/2008/07/15/processor-scheduling/</link>
		<comments>http://unhandled.wordpress.com/2008/07/15/processor-scheduling/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 16:59:24 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=61</guid>
		<description><![CDATA[As we know, different processors perform better for certain types of workload. It would be nice to see a processing scheduler that could take advantage of this fact. Here&#8217;s my take on how this could work.
The first step into efficiently enabling this functionnality would be to determine on what type of processor the instructions would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=61&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As we know, different processors perform better for certain types of workload. It would be nice to see a processing scheduler that could take advantage of this fact. Here&#8217;s my take on how this could work.</p>
<p>The first step into efficiently enabling this functionnality would be to determine on what type of processor the instructions would execute most efficiently. Think of this as a loose guideline for the scheduler. In order to achieve this, the compiler or a code profiling tool could examine the instruction set and rank the preferred order of each processor type for each instructions. For instance, instruction x processor ranking could be GPU, CPU, APU. Once the scheduler has this information in hand, it can then optimize processor usage based on various set of conditions and policies. Here&#8217;s a few example of such controls:</p>
<p>1) Processor availability: Is the preferred processor currently free to execute?<br />
2) Processor consumption: Is it efficient power wise to execute this instruction set on the preferred processor?<br />
3) Instruction set priority/deadline: Can this instruction set be executed on a non-optimal processor because it&#8217;s not running at a high priority or because there&#8217;s no execution deadline?<br />
4) Instruction set parallelization: Can this instruction set leverage the parallelization features of the processors available?<br />
5) Instruction set execution location: Can this instruction set be executed on a remote processor without adverse effects?</p>
<p>In order to achieve this, the compiler would supply the binary of a executable with the specific instruction sets targeting each processor type. Only the processor scheduler can determine at runtime on which type of processor a particular bit of code would execute.</p>
<p>This concept could work in a way that is similar to execution plans in database engine. As more statistics are gathered by the execution of the various pieces of code on the system, the scheduler could take smarter decisions as to how the code should be executed. The ranking of the processor could then be adjusted in the processor ranking manifest of the executable.</p>
<p>I think this could greatly enhance processor usage in all class of computers by offering alternate execution paths that were not dynamically available  before. Right now, to take advantage of the available processor cycle of a specific type, one would have to rewrite the application to target it. The compilers and code profiling tools are good candidates at achieving those tasks as they already provide an abstraction layer from the targeted architecture. For example, the Intel compiler is able to target specific capabilities of the processor without having the developper to necessarily change a line of code. Programming language should stay what they are, a high level way to instruct the computer and all it&#8217;s resources to achieve a particular task. I think that targeting in code specific capabilities of an architecture is wandering away from the problem at hand to solve.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=61&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/07/15/processor-scheduling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>Fast Computation of Database Operations using Graphics Processors</title>
		<link>http://unhandled.wordpress.com/2008/02/27/fast-computation-of-database-operations-using-graphics-processors/</link>
		<comments>http://unhandled.wordpress.com/2008/02/27/fast-computation-of-database-operations-using-graphics-processors/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 17:47:03 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/2008/02/27/fast-computation-of-database-operations-using-graphics-processors/</guid>
		<description><![CDATA[Here&#8217;s an interesting research paper I found that seems to support my previous blog post:
http://gamma.cs.unc.edu/DB/main.pdf
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=60&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s an interesting research paper I found that seems to support my previous blog post:</p>
<p><a href="http://gamma.cs.unc.edu/DB/main.pdf">http://gamma.cs.unc.edu/DB/main.pdf</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=60&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/27/fast-computation-of-database-operations-using-graphics-processors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>GPU Accelerated Databases</title>
		<link>http://unhandled.wordpress.com/2008/02/27/gpu-accelerated-databases/</link>
		<comments>http://unhandled.wordpress.com/2008/02/27/gpu-accelerated-databases/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 02:40:34 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=59</guid>
		<description><![CDATA[I was reading about General Purpose GPU programming on http://www.gpgpu.org  and I started to think about how GPU could be leveraged in database technology. One use that came to my mind immediately was for geospatial and geometrical data. I&#8217;m far from being an expert in that matter, but I would think that one could offload [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=59&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was reading about General Purpose GPU programming on <a href="http://www.gpgpu.org/">http://www.gpgpu.org</a>  and I started to think about how GPU could be leveraged in database technology. One use that came to my mind immediately was for geospatial and geometrical data. I&#8217;m far from being an expert in that matter, but I would think that one could offload most of the calculations to a GPU. Both raster and vectorial maps can benefit the use of a GPU since it can handle both bitmaps and vectorial data like a real champion.</p>
<p> Another use that I think might work is for indexing data. If you represent data using geometrical patterns, it would be thinkable to use a GPU to perform pattern matching in a very efficient manner due the highly parallel nature of those processing units. If you combine those patterns with set theory, you could define patterns that encompass the actual data. By combining geometrical pattern, those indices would be able to determine the data that is to be included in queries involving a wide range of aggregations and computations.</p>
<p>I&#8217;d be curious to see with the CLR integration in SQL Server, if one could call DirectX libraries to offload some work to a GPU.</p>
<p>Feel free to comment on the post, I&#8217;m learning and thinking out loud here! I&#8217;ll probably be posting more thoughts about this in the coming posts. I&#8217;m already thinking about applications for data minining and OLAP data&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=59&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/27/gpu-accelerated-databases/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>Application Virtualization for My Mom</title>
		<link>http://unhandled.wordpress.com/2008/02/25/application-virtualization-for-my-mom/</link>
		<comments>http://unhandled.wordpress.com/2008/02/25/application-virtualization-for-my-mom/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 18:01:36 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=58</guid>
		<description><![CDATA[We see application virtualization software emerging more and more in the enterprise with products like Microsoft Application Virtualization and Citrix Application Streaming. I think if there&#8217;s a scenario where application virtualization would be well received, it would be for home use of software. This would have few advantages for the users.
First of all, the stability [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=58&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We see application virtualization software emerging more and more in the enterprise with products like Microsoft Application Virtualization and Citrix Application Streaming. I think if there&#8217;s a scenario where application virtualization would be well received, it would be for home use of software. This would have few advantages for the users.</p>
<p>First of all, the stability of their PC would most likely increase as each applications operates in a sandboxed environment, which can avoid a lot of headaches. No more complicated setup and configuration for end users as well. Just click on the icon and there it is. Installing an application of IT pros seems like no big deal, but for users at home, it&#8217;s a risky operation. Just deploy a stable base operating system image and the user is set.</p>
<p>Another upside to this model, is related to SaaS, as users could only pay for their actual usage of the software. For instance, when I&#8217;m at home, I&#8217;m not using Microsoft Office 100% of the time, I might only need it a few hours per week. I&#8217;m having a hard time paying a few hundred dollars for my copy Office for the usage I have for it at home. I&#8217;d much rather pay 100$ for a bank of 10 hours of use per month.</p>
<p> Hopefully software vendor will get their act together as they did with full OS virtualization. As this article points out, we have a bit of way to go: <a href="http://www.news.com/Microsoft-Streaming-Office-infringes-license/2100-1012_3-6229776.html">http://www.news.com/Microsoft-Streaming-Office-infringes-license/2100-1012_3-6229776.html</a></p>
<p>When you have something like application virtualization, a published desktop or application via Citrix or Terminal Services, why whould you want to build web versions of application like what Google is trying to do with Google Docs?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=58&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/25/application-virtualization-for-my-mom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>Combining Boinc and Facebook to Find Usama Bin Laden</title>
		<link>http://unhandled.wordpress.com/2008/02/21/combining-boinc-and-facebook-to-find-usama-bin-laden/</link>
		<comments>http://unhandled.wordpress.com/2008/02/21/combining-boinc-and-facebook-to-find-usama-bin-laden/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 03:01:50 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=57</guid>
		<description><![CDATA[What would happen if you were to combine Boinc  and Facebook? Probably the most powerful data mining application ever created.
The pure computing power available through the workload distribution of Boinc and the wealth of information present on Facebook would produce one scary application. The kind of application Big Brother would like to have&#8230; Maybe he already has! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=57&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>What would happen if you were to combine <a href="http://boinc.berkeley.edu" title="Boinc">Boinc</a>  and <a href="http://www.facebook.com" title="Facebook">Facebook</a>? Probably the most powerful data mining application ever created.</p>
<p>The pure computing power available through the workload distribution of Boinc and the wealth of information present on Facebook would produce one scary application. The kind of application Big Brother would like to have&#8230; Maybe he already has! One of the most time consuming task in gathering intelligence is to identify people and their relations with each other. It&#8217;s one of the main feature of Facebook. If you combine this with the fact that people increase this knowledge by tagging people in pictures and with the rest of the information that is available, things get very interesting.</p>
<p>Boinc offers 1.06 PetaFLOP/sec, which is twice what BlueGene/L, the fastest supercomputer on the planet delivers. The more users get involved with Boinc, the more its capacity increases. Why would the government pay to build such a large and resilient supercomputer? I would give tax credit to people who contribute to the national computing resource, because it has value. I&#8217;m surprised there isn&#8217;t a market for that yet! Just as a nation has oil and gold reserves, computing resources are now a way to rank a nation&#8217;s power.</p>
<p> If I would be a hacker, the first thing I would hack is Boinc! I would use it to break Facebook and then use its crunching power to process the data to find Usama Bin Laden and get the 5 million dollars! :-p</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=57&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/21/combining-boinc-and-facebook-to-find-usama-bin-laden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server Page Level Archiving</title>
		<link>http://unhandled.wordpress.com/2008/02/21/sql-server-page-level-archiving/</link>
		<comments>http://unhandled.wordpress.com/2008/02/21/sql-server-page-level-archiving/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 02:20:58 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=56</guid>
		<description><![CDATA[Here&#8217;s another feature that I would like to see in SQL Server. When it comes to managing any database, IO management becomes a critical task. It&#8217;s something I feel most DBMS have not addressed. Data placement is most of the time a manual and very time consuming thing to do. For the rare occasions that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=56&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s another feature that I would like to see in SQL Server. When it comes to managing any database, IO management becomes a critical task. It&#8217;s something I feel most DBMS have not addressed. Data placement is most of the time a manual and very time consuming thing to do. For the rare occasions that we are forced to manage it because of a performance issue,  the resulting work might only be a temporary solution as the data access paterns will change over time. Most storage units can&#8217;t mix fibre channel and SATA drives in the same RAID volume with the exception of Compellent and a few other storage array vendor.</p>
<p> It would be nice to see in a DBMS or the OS itself, the ability to spread the same data file over a mix of solid state, fibre channel and SATA drives. The software will then take care of migrating the pages  which are used frequently to the faster drives and the ones used unfrequently to the slower drives. This way the most expensive drives would be used to their fullest while the slower and cheaper drives would contain most of the data. Pages could be moved in one direction or another, during idle time or scheduled maintenance, depending on the data access patern detected by the software. As a rule of thumb, data residing in the buffer pool would most likely be placed on the faster drives.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=56&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/21/sql-server-page-level-archiving/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server Cached Result Sets</title>
		<link>http://unhandled.wordpress.com/2008/02/19/sql-server-cached-result-sets/</link>
		<comments>http://unhandled.wordpress.com/2008/02/19/sql-server-cached-result-sets/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 01:33:34 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=55</guid>
		<description><![CDATA[People familiar with SQL Server know that the database engine caches data pages in memory for faster access to queries. There are a series of algorithms governing their life expectancy. This allows the query processor to fulfill a wide range of requests by using frequently accessed pages. This usually works great for simple queries but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=55&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>People familiar with SQL Server know that the database engine caches data pages in memory for faster access to queries. There are a series of algorithms governing their life expectancy. This allows the query processor to fulfill a wide range of requests by using frequently accessed pages. This usually works great for simple queries but when we get to more complex requests, the performance gain diminishes quickly. This is caused before the pages have to be reprocessed to answer the needs of a particular query that might join tables, filter data, perform calculations, etc. While I was in TechEd a few years ago, I had a discussion with one of the program manager on SQL Server where I proposed the possible caching of query results.</p>
<p> The database engine could cache the outcome of queries. SQL Server could take care of tracking which result sets should be invalidated by tracking the lineage of the result set. This means that if a page of data is modified, the result set which are dependent on it should get invalidated and the memory freed. Since developers try to minimize the amount of data return to the application or reports, we could expect huge gains in performance for the users. Scenarios such as BI would greatly benefit from this, as the dashboards and reports query content could be delivered instantly without the need to resolve complex joins and aggregation; a little bit in the way Analysis Services performs aggregations and stores them in the cube. The persistence of the results could also be based on criteria similar to the one used by regular data pages. In certain scenarios where the data is static, those results could even be persisted transparently to disk as the last stage before it gets deleted completely from SQL Server&#8217;s cache.</p>
<p> Another advantage this might have, is that the DBMS is the closest to the data and is aware of the changes happening on it. If you combine this with traditional caching techniques present in applications with a notification mechanism from the database engine, you could keep the application&#8217;s cache closely synchronized, without potentially any polling necessary. If we take this one step further, we could say that once a certain result set gets invalidated by an updated to its underlying data, it could get reconstructed based on database policies and a notifications could be sent to the clients asking them to refresh a certain result sets. Since the result sets are based on the outcome of a certain query, the query handle in the plan cache as its hook to a certain result sets, this way, the DBMS only has to figure what query we&#8217;re trying to execute and deliver the result back to the client.</p>
<p>Using this kind of functionality, it would be fairly easy to decouple this functionality from the core DBMS to have it hosted on a separate server dedicated to the delivery of those cached result sets. The job of the core DBMS could revolve more around keeping the cache synched those &#8220;cache servers&#8221; and maintaining data integrity on persistent storage. If data pages could also be propagated from the core DBMS to the cache servers, each server could rebuild their result sets itself, therefore distributing the load accross potentially multiple servers. Since only the pages changed would be propagated from the core to the cache servers, the traffic and load should be minimal. We  could take this one step further and only propagate the data pages to only servers with dependencies on that particular page.</p>
<p>I was hoping to see this in SQL Server 2008, but I guess it might be coming to SQL Server vNext! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=55&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/19/sql-server-cached-result-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>VMWare DRS Possible Improvements</title>
		<link>http://unhandled.wordpress.com/2008/02/10/vmware-drs-possible-improvements/</link>
		<comments>http://unhandled.wordpress.com/2008/02/10/vmware-drs-possible-improvements/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 15:14:04 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=54</guid>
		<description><![CDATA[I&#8217;ve been using VMWare ESX since version 2 and one of my favorite features is the combination of DRS (Distributed Resource Scheduler) and VMotion. After using it in production for a while, I noticed that DRS could be improved. One thing I saw is that the cluster was not balancing CPU and memory load properly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=54&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been using VMWare ESX since version 2 and one of my favorite features is the combination of DRS (Distributed Resource Scheduler) and VMotion. After using it in production for a while, I noticed that DRS could be improved. One thing I saw is that the cluster was not balancing CPU and memory load properly accross all nodes. I could have nodes using 80% of their memory with a decent CPU load while others were sitting at 40% memory usage even with the most aggressive DRS settings. What I would like to see in DRS is smarter load balancing. For instance ESX could detect that a certain VM has a high CPU or I/O usage every night and issues a VMotion accordingly before the peak usage. It would be nice to setup priorities for such type of loads. One example that comes to my mind is SharePoint. You usually schedule document indexing during the night, this is typically not a high priority job but during the day you want to be able to deliver good response time for users while they navigate and query the search engine. In that case you could define a time range that specifies the priority a certain VM has over others. This way you could better load balance VMs accross the cluster. For example VMs that are mostly idle could be regrouped on a limited set of nodes and the ones performing intensive operations distributed appropriately on the remaining nodes during that period. It would be interesting to see if data mining of the data in Virtual Center could discover load patterns and correlation between VMs to enhance DRS functionnality.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=54&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/10/vmware-drs-possible-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
		<item>
		<title>File duplicates finder</title>
		<link>http://unhandled.wordpress.com/2008/02/04/file-duplicates-finder/</link>
		<comments>http://unhandled.wordpress.com/2008/02/04/file-duplicates-finder/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 15:39:18 +0000</pubDate>
		<dc:creator>unhandled</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://unhandled.wordpress.com/?p=53</guid>
		<description><![CDATA[A month ago I&#8217;ve built a small application with a set of Microsoft SQL Server Reporting Services reports that inventories files on a specific path on a file system or in SharePoint and stores its hash and location in a table. With this you can identify duplicates between a file server and SharePoint sites as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=53&subd=unhandled&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A month ago I&#8217;ve built a small application with a set of Microsoft SQL Server Reporting Services reports that inventories files on a specific path on a file system or in SharePoint and stores its hash and location in a table. With this you can identify duplicates between a file server and SharePoint sites as well as get storage statistics.  </p>
<p>I&#8217;ll be publishing the solution on CodePlex at the following URL:</p>
<p> <a href="http://www.codeplex.com/fdf">http://www.codeplex.com/fdf</a></p>
<p> The project was developped in .Net 3.5  using technologies such as Windows Communication Foundation and Parallel FX for multi-threaded file hashing.</p>
<p>Please note that this is a early version and has not been fully tested.  I ran both SharePoint and file system scans on about 130000 files without apparent issues.</p>
<p> Enjoy!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/unhandled.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/unhandled.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unhandled.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unhandled.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unhandled.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unhandled.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unhandled.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unhandled.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unhandled.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unhandled.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unhandled.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unhandled.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unhandled.wordpress.com&blog=2695758&post=53&subd=unhandled&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://unhandled.wordpress.com/2008/02/04/file-duplicates-finder/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7c951323d84b8652ed92420e3457ec4a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Unhandled</media:title>
		</media:content>
	</item>
	</channel>
</rss>