<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Databases and Web Applications</title>
	<atom:link href="http://blog.mozilla.com/mark/2008/06/04/databases-and-web-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/mark/2008/06/04/databases-and-web-applications/</link>
	<description>Bit blending and other activities.</description>
	<lastBuildDate>Thu, 18 Sep 2008 15:29:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dean J. Garrett</title>
		<link>http://blog.mozilla.com/mark/2008/06/04/databases-and-web-applications/comment-page-1/#comment-93</link>
		<dc:creator>Dean J. Garrett</dc:creator>
		<pubDate>Sat, 07 Jun 2008 01:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mark/?p=10#comment-93</guid>
		<description>I used a web-hosted database service for a client project last year and it worked out very well because it didn&#039;t require any database software to buy or install. All the interfaces were simple HTML. Of course my client&#039;s requirements were pretty simple, to publish a growing list of coffeehouses. But if that&#039;s all you need, a software-as-a-service offering is pretty good. Check out: www.HostedDatabase.com</description>
		<content:encoded><![CDATA[<p>I used a web-hosted database service for a client project last year and it worked out very well because it didn&#8217;t require any database software to buy or install. All the interfaces were simple HTML. Of course my client&#8217;s requirements were pretty simple, to publish a growing list of coffeehouses. But if that&#8217;s all you need, a software-as-a-service offering is pretty good. Check out: <a href="http://www.HostedDatabase.com" rel="nofollow">http://www.HostedDatabase.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel Hecht</title>
		<link>http://blog.mozilla.com/mark/2008/06/04/databases-and-web-applications/comment-page-1/#comment-92</link>
		<dc:creator>Axel Hecht</dc:creator>
		<pubDate>Thu, 05 Jun 2008 23:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mark/?p=10#comment-92</guid>
		<description>When surfing around on django stuff, I came across http://softwaremaniacs.org/soft/mysql_cluster/en/. Did anyone have a look at that? Does it do the good job well?

Or at least better than nothing or writing sql by hand? Which is something I kinda try not to.</description>
		<content:encoded><![CDATA[<p>When surfing around on django stuff, I came across <a href="http://softwaremaniacs.org/soft/mysql_cluster/en/" rel="nofollow">http://softwaremaniacs.org/soft/mysql_cluster/en/</a>. Did anyone have a look at that? Does it do the good job well?</p>
<p>Or at least better than nothing or writing sql by hand? Which is something I kinda try not to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Smith</title>
		<link>http://blog.mozilla.com/mark/2008/06/04/databases-and-web-applications/comment-page-1/#comment-91</link>
		<dc:creator>Mark Smith</dc:creator>
		<pubDate>Thu, 05 Jun 2008 17:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mark/?p=10#comment-91</guid>
		<description>Colin - yeah!  That&#039;s one thing I am really hoping to use MySQL Proxy, Proximo, dormando&#039;s Proxy for MySQL, etc for.  But each of them seems to have its own set of particular issues.

LpSolit - the shadow database stuff in 3.0.x?  That only sends search queries to the slave, it doesn&#039;t actually send page view traffic.  It should send all of that to the slaves!  :)</description>
		<content:encoded><![CDATA[<p>Colin &#8211; yeah!  That&#8217;s one thing I am really hoping to use MySQL Proxy, Proximo, dormando&#8217;s Proxy for MySQL, etc for.  But each of them seems to have its own set of particular issues.</p>
<p>LpSolit &#8211; the shadow database stuff in 3.0.x?  That only sends search queries to the slave, it doesn&#8217;t actually send page view traffic.  It should send all of that to the slaves!  <img src='http://blog.mozilla.com/mark/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LpSolit</title>
		<link>http://blog.mozilla.com/mark/2008/06/04/databases-and-web-applications/comment-page-1/#comment-90</link>
		<dc:creator>LpSolit</dc:creator>
		<pubDate>Thu, 05 Jun 2008 17:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mark/?p=10#comment-90</guid>
		<description>Bugzilla already knows how to use DB slaves for years. \o/</description>
		<content:encoded><![CDATA[<p>Bugzilla already knows how to use DB slaves for years. \o/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://blog.mozilla.com/mark/2008/06/04/databases-and-web-applications/comment-page-1/#comment-87</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 05 Jun 2008 06:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mark/?p=10#comment-87</guid>
		<description>Interestingly, this is something I&#039;ve just been considering at work with &lt;a href=&quot;http://www.wordpress.org/&quot; rel=&quot;nofollow&quot;&gt;Wordpress&lt;/a&gt; and &lt;a href=&quot;http://www.simplemachines.org/&quot; rel=&quot;nofollow&quot;&gt;SimpleMachines Forums&lt;/a&gt; as all the traffic  from that hits our Master DB, with no way to offload it to the slave.

However, for someone who doesn&#039;t necessarily have the time to rewrite the entire application, it&#039;s not always easy to make the changes required to get it working :(</description>
		<content:encoded><![CDATA[<p>Interestingly, this is something I&#8217;ve just been considering at work with <a href="http://www.wordpress.org/" rel="nofollow">Wordpress</a> and <a href="http://www.simplemachines.org/" rel="nofollow">SimpleMachines Forums</a> as all the traffic  from that hits our Master DB, with no way to offload it to the slave.</p>
<p>However, for someone who doesn&#8217;t necessarily have the time to rewrite the entire application, it&#8217;s not always easy to make the changes required to get it working <img src='http://blog.mozilla.com/mark/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
