<?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/"
	>

<channel>
	<title>Colin Charles Agenda &#187; Distributed Computing</title>
	<atom:link href="http://www.bytebot.net/blog/archives/category/distributed-computing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bytebot.net/blog</link>
	<description>A permanent record for what's interesting today - this is my live journal</description>
	<lastBuildDate>Sun, 07 Mar 2010 15:59:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://www.bytebot.net/blog/?pushpress=hub'/>
<cloud domain='www.bytebot.net' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>FathomDB: Database as a service, in the cloud</title>
		<link>http://www.bytebot.net/blog/archives/2009/03/02/fathomdb-database-as-a-service-in-the-cloud</link>
		<comments>http://www.bytebot.net/blog/archives/2009/03/02/fathomdb-database-as-a-service-in-the-cloud#comments</comments>
		<pubDate>Mon, 02 Mar 2009 11:52:15 +0000</pubDate>
		<dc:creator>Colin Charles</dc:creator>
				<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[Enterprise Monitor]]></category>
		<category><![CDATA[FathomDB]]></category>
		<category><![CDATA[Merlin]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=1360</guid>
		<description><![CDATA[A lot of people are into the whole cloud computing scenario these days. However, no one has talked about offering DBA-like services in the cloud, all automated, so that startups don&#8217;t have to get their own DBAs.
Enter FathomDB. They are poised to offer databases as a service (maybe they&#8217;ll charge per database &#8211; so you [...]


Related posts:<ol><li><a href='http://www.bytebot.net/blog/archives/2007/09/22/my-take-on-the-enterprise-monitor' rel='bookmark' title='Permanent Link: My take on the Enterprise Monitor'>My take on the Enterprise Monitor</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/09/16/learn2scale-whats-up-with-malaysian-news-sites-will-the-cloud-work-for-them' rel='bookmark' title='Permanent Link: learn2scale &#8211; what&#8217;s up with Malaysian news sites? Will the cloud work for them?'>learn2scale &#8211; what&#8217;s up with Malaysian news sites? Will the cloud work for them?</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/04/15/ahead-in-the-cloud-by-verner-vogels' rel='bookmark' title='Permanent Link: Ahead in the Cloud by Werner Vogels'>Ahead in the Cloud by Werner Vogels</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A lot of people are into the whole cloud computing scenario these days. However, no one has talked about offering DBA-like services in the cloud, all automated, so that startups don&#8217;t have to get their own DBAs.</p>
<p>Enter <a href="http://fathomdb.com/about/home">FathomDB</a>. They are poised to offer databases as a service (maybe they&#8217;ll charge per database &#8211; so you can in theory run both WordPress and Mediawiki, if you prefix wp_ and mw_ in your table creation, for example). They are using MySQL. They&#8217;ve also taken the worry of running a database out &#8211; they will backup, they will setup (so you don&#8217;t have to issue GRANT commands :P), and they will also monitor your databases for you.</p>
<p>But what really takes the cake? The fact that they will also offer performance advisors. This totally reminds me of the <a href="http://www.mysql.com/products/enterprise/monitor.html">MySQL Enterprise Monitor</a> (aka Merlin), offered in the cloud, with <a href="http://www.mysql.com/products/enterprise/advisors.html">advisors</a>. </p>
<p>No word if they&#8217;re actually running Merlin, or what kind of MySQL builds they&#8217;re running. They have a <a href="http://fathomdb.com/about/faq">FAQ</a> that I suggest you read, pricing has not been released, but I think this stuff is totally cool and has a future. I mean, you can run your database using their services and EC2, and if you need to do load balancing (Proxy, anyone?), or replication, they&#8217;ll set it up for you.</p>
<p>Its going to be real useful for startups, that are already embracing the cloud and going the EC2 way. This is just yet another service, they&#8217;ll probably pay for. Because scaling your database, sometimes, isn&#8217;t the easiest thing to do.</p>
<p>Can&#8217;t wait for a beta invite. If I get one, I&#8217;ll give it a twirl and tell you how it went. </p>
<p>Note: This is a Y Combinator company, I first read about this in <a href="http://www.techcrunch.com/2009/02/27/y-combinators-fathomdb-takes-the-hassle-out-of-managing-your-database/">TechCrunch</a>, and apparently, there was some mention of this during their cloud event last week, where <a href="http://blogs.sun.com/analyzethis/entry/a_big_brain_in_the">Lew Tucker</a>, Sun&#8217;s VP and CTO of Sun&#8217;s cloud computing initiative was at. I however don&#8217;t know anymore than what I&#8217;ve seen online, and lack any other insider knowledge.</p>


<p>Related posts:<ol><li><a href='http://www.bytebot.net/blog/archives/2007/09/22/my-take-on-the-enterprise-monitor' rel='bookmark' title='Permanent Link: My take on the Enterprise Monitor'>My take on the Enterprise Monitor</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/09/16/learn2scale-whats-up-with-malaysian-news-sites-will-the-cloud-work-for-them' rel='bookmark' title='Permanent Link: learn2scale &#8211; what&#8217;s up with Malaysian news sites? Will the cloud work for them?'>learn2scale &#8211; what&#8217;s up with Malaysian news sites? Will the cloud work for them?</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/04/15/ahead-in-the-cloud-by-verner-vogels' rel='bookmark' title='Permanent Link: Ahead in the Cloud by Werner Vogels'>Ahead in the Cloud by Werner Vogels</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bytebot.net/blog/archives/2009/03/02/fathomdb-database-as-a-service-in-the-cloud/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>learn2scale &#8211; what&#8217;s up with Malaysian news sites? Will the cloud work for them?</title>
		<link>http://www.bytebot.net/blog/archives/2008/09/16/learn2scale-whats-up-with-malaysian-news-sites-will-the-cloud-work-for-them</link>
		<comments>http://www.bytebot.net/blog/archives/2008/09/16/learn2scale-whats-up-with-malaysian-news-sites-will-the-cloud-work-for-them#comments</comments>
		<pubDate>Tue, 16 Sep 2008 06:09:54 +0000</pubDate>
		<dc:creator>Colin Charles</dc:creator>
				<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[learn2scale]]></category>
		<category><![CDATA[malaysiakini]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[the star]]></category>
		<category><![CDATA[themalaysianinsider]]></category>

		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=1026</guid>
		<description><![CDATA[Seriously kids, what&#8217;s with the lack of scalability? I&#8217;ve never seen CNN or the NYTimes go down on &#8220;trimmed&#8221; versions.
Is it a question of bandwidth? Is it lack of hardware?



Take for example, Malaysiakini (the first alternative news source in Malaysia, with a subscription model built around it). It runs FreeBSD, uses PostgreSQL, and has a [...]


Related posts:<ol><li><a href='http://www.bytebot.net/blog/archives/2009/03/02/fathomdb-database-as-a-service-in-the-cloud' rel='bookmark' title='Permanent Link: FathomDB: Database as a service, in the cloud'>FathomDB: Database as a service, in the cloud</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/04/15/ahead-in-the-cloud-by-verner-vogels' rel='bookmark' title='Permanent Link: Ahead in the Cloud by Werner Vogels'>Ahead in the Cloud by Werner Vogels</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2010/01/16/pompous-malaysian-minister-discourages-immersion-in-western-created-sites' rel='bookmark' title='Permanent Link: Pompous Malaysian Minister discourages immersion in Western-created sites such as Facebook, Twitter'>Pompous Malaysian Minister discourages immersion in Western-created sites such as Facebook, Twitter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Seriously kids, what&#8217;s with the lack of scalability? I&#8217;ve never seen <a href="http://edition.cnn.com/">CNN</a> or the <a href="http://www.nytimes.com/">NYTimes</a> go down on &#8220;trimmed&#8221; versions.</p>
<p>Is it a question of bandwidth? Is it lack of hardware?</p>
<p><center><br />
<a href="http://www.flickr.com/photos/byte/2861298311/" title="Malaysiakini - learn2scale by byte, on Flickr"><img src="http://farm4.static.flickr.com/3132/2861298311_c27a059ca2_m.jpg" width="240" height="110" alt="Malaysiakini - learn2scale" /></a><br />
</center></p>
<p>Take for example, <a href="http://malaysiakini.com/">Malaysiakini</a> (the first alternative news source in Malaysia, with a subscription model built around it). It runs FreeBSD, uses PostgreSQL, and has a CMS on top of it (so almost a LAMP stack right there). There&#8217;s even use of Squid for caching. Yet there&#8217;s lacking load balancing? This is where the cloud can come into play, when there&#8217;s high traffic.</p>
<p><center><br />
<a href="http://www.flickr.com/photos/byte/2861296915/" title="The Malaysian Insider - learn2scale by byte, on Flickr"><img src="http://farm4.static.flickr.com/3217/2861296915_53e3747648_m.jpg" width="240" height="104" alt="The Malaysian Insider - learn2scale" /></a><br />
</center></p>
<p>Next up, <a href="http://m.themalaysianinsider.com/">The Malaysian Insider</a>. They&#8217;re the new kid on the block. Its probably Linux, Joomla, and MySQL is confirmed. No caching (hello, memcached at some stage?). Looks like a one server operation. Again, if you want to start lean, scale to the cloud&#8230; </p>
<p>Of course, what takes the cake, is one of the most famous dailies, <a href="http://thestar.com.my/">The Star</a>. The .asp tells me they&#8217;re on some kind of Microsoft platform, and I don&#8217;t know how scalable that is (maybe with their live.com/livemesh goo). But for a major newspaper (ala the NYTimes equivalent in Malaysia), I&#8217;m surprised they&#8217;re too busy to serve us content.</p>
<p><center><br />
<a href="http://www.flickr.com/photos/byte/2861290999/" title="The Star Online - learn2scale by byte, on Flickr"><img src="http://farm4.static.flickr.com/3088/2861290999_f6eec8392a_m.jpg" width="240" height="105" alt="The Star Online - learn2scale" /></a></center></p>
<p><b>Is it the fault of the applications</b><br />
Is the next wave, getting open source applications to act in a scalable fashion? A CMS like Drupal or Joomla, how ready is it for instant scaling? After all, EC2 has persistent storage (I don&#8217;t know if Sun&#8217;s network.com offers this or not?).</p>
<p>It seems like there&#8217;s a lot of OpenSolaris images for EC2 and web stuff, at <a href="http://blogs.sun.com/ec2/">OpenSolaris on Amazon EC2</a>. I see a <a href="http://blogs.sun.com/ec2/entry/joomla_ami_using_amp_stack">Joomla AMI</a>, for example. How easy is this to plug-in for something like The Malaysian Insider? How easy will it be for them to scale up their services (i.e. start more instances, but will Joomla load balance? What considerations must they make if they went this route?). Similar question for the <a href="http://blogs.sun.com/ec2/entry/drupal_ami_using_amp_stack">Drupal AMI</a>.</p>
<p>I&#8217;m thinking I need to spend some time playing with &#8220;the cloud&#8221; in due time&#8230; Any thoughts or pointers on this, are also graciously appreciated.</p>


<p>Related posts:<ol><li><a href='http://www.bytebot.net/blog/archives/2009/03/02/fathomdb-database-as-a-service-in-the-cloud' rel='bookmark' title='Permanent Link: FathomDB: Database as a service, in the cloud'>FathomDB: Database as a service, in the cloud</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/04/15/ahead-in-the-cloud-by-verner-vogels' rel='bookmark' title='Permanent Link: Ahead in the Cloud by Werner Vogels'>Ahead in the Cloud by Werner Vogels</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2010/01/16/pompous-malaysian-minister-discourages-immersion-in-western-created-sites' rel='bookmark' title='Permanent Link: Pompous Malaysian Minister discourages immersion in Western-created sites such as Facebook, Twitter'>Pompous Malaysian Minister discourages immersion in Western-created sites such as Facebook, Twitter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bytebot.net/blog/archives/2008/09/16/learn2scale-whats-up-with-malaysian-news-sites-will-the-cloud-work-for-them/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Silona speaks about grids, databases, and open government</title>
		<link>http://www.bytebot.net/blog/archives/2008/07/24/silona-speaks-about-grids-databases-and-open-government</link>
		<comments>http://www.bytebot.net/blog/archives/2008/07/24/silona-speaks-about-grids-databases-and-open-government#comments</comments>
		<pubDate>Thu, 24 Jul 2008 15:45:57 +0000</pubDate>
		<dc:creator>Colin Charles</dc:creator>
				<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Standards]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[grid.org]]></category>
		<category><![CDATA[mysqlrocks]]></category>
		<category><![CDATA[open government]]></category>
		<category><![CDATA[silona bonewald]]></category>
		<category><![CDATA[unicluster]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[voting]]></category>

		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=881</guid>
		<description><![CDATA[Silona Bonewald, the lady always in a hat (she says that it&#8217;s just become an extension of her). Describe her, by her tags: open government, open data, open standards, and databases.

(watch the video if your feed reader strips it out)
Silona&#8217;s the founder of The League of Technical Voters, which allows technical people to be more [...]


Related posts:<ol><li><a href='http://www.bytebot.net/blog/archives/2009/01/12/open-source-saves-malaysian-government-rm40-million' rel='bookmark' title='Permanent Link: Open Source saves Malaysian Government RM40 million'>Open Source saves Malaysian Government RM40 million</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/10/15/open-source-databases-miniconf-cfp-open' rel='bookmark' title='Permanent Link: Open Source Databases MiniConf CfP open'>Open Source Databases MiniConf CfP open</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/05/08/free-and-open-source-software-use-and-production-by-the-brazilian-government' rel='bookmark' title='Permanent Link: Free and Open Source Software: Use and Production by the Brazilian Government'>Free and Open Source Software: Use and Production by the Brazilian Government</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.silona.com/index.html">Silona Bonewald</a>, the lady always in a hat (she says that it&#8217;s just become an extension of her). Describe her, by her tags: open government, open data, open standards, and databases.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/_DutiQpnrBs&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/_DutiQpnrBs&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
(watch the <a href="http://www.youtube.com/watch?v=_DutiQpnrBs">video</a> if your feed reader strips it out)</p>
<p>Silona&#8217;s the founder of <a href="http://leagueoftechnicalvoters.org/">The League of Technical Voters</a>, which allows technical people to be more involved in voting process. As part of this, she created the <a href="http://transparentfederalbudget.com/">Transparent Federal Budget</a>, with Bill Bradley and <a href="http://en.wikipedia.org/wiki/Jimbo_Wales">Jimmy Wales</a>.</p>
<p>On top of all that, she&#8217;s also the open source evangelist for <a href="http://www.grid.org/">grid.org</a>. The focus there is a social network for grid, cluster, and cloud computing folk &#8211; a community of communities. Best of all, this was just launched on Tuesday!</p>
<p>It&#8217;s also the home to UniCluster, and they&#8217;ve recently struck a deal which Intel to pop UniCluster in BIOSes. UniCluster works with Sun&#8217;s <a href="http://gridengine.sunsource.net/">Grid Engine</a>, as well.</p>
<p>She&#8217;s interested in Drizzle, for the same reason that she likes Drupal. She likes the decorator model, and she thinks its a great way to get the parallel computing solutions fixed.</p>
<p>Needless to say, all of the stuff she works on currently, is powered by MySQL.</p>


<p>Related posts:<ol><li><a href='http://www.bytebot.net/blog/archives/2009/01/12/open-source-saves-malaysian-government-rm40-million' rel='bookmark' title='Permanent Link: Open Source saves Malaysian Government RM40 million'>Open Source saves Malaysian Government RM40 million</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/10/15/open-source-databases-miniconf-cfp-open' rel='bookmark' title='Permanent Link: Open Source Databases MiniConf CfP open'>Open Source Databases MiniConf CfP open</a></li>
<li><a href='http://www.bytebot.net/blog/archives/2008/05/08/free-and-open-source-software-use-and-production-by-the-brazilian-government' rel='bookmark' title='Permanent Link: Free and Open Source Software: Use and Production by the Brazilian Government'>Free and Open Source Software: Use and Production by the Brazilian Government</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bytebot.net/blog/archives/2008/07/24/silona-speaks-about-grids-databases-and-open-government/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
