<?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>Computer Support &#187; load balancing</title>
	<atom:link href="http://www.xiitec.com/blog/tag/load-balancing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiitec.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Dec 2009 08:40:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enabling Simple Load Balancing with tinydns</title>
		<link>http://www.xiitec.com/blog/2008/02/12/enabling-simple-load-balancing-with-tinydns/</link>
		<comments>http://www.xiitec.com/blog/2008/02/12/enabling-simple-load-balancing-with-tinydns/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 05:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[load balancing]]></category>

		<guid isPermaLink="false">http://www.xiitec.com/blog/?p=120</guid>
		<description><![CDATA[You  have redundant mail, FTP, or web servers, and you would like to  configure them to automatically divide up the traffic load. For  example, say you have a heavily trafficked web site that uses three  separate redundant Apache servers. How do you make traffic  automatically go to the least busy [...]]]></description>
			<content:encoded><![CDATA[<p>You  have redundant mail, FTP, or web servers, and you would like to  configure them to automatically divide up the traffic load. For  example, say you have a heavily trafficked web site that uses three  separate redundant Apache servers. How do you make traffic  automatically go to the least busy server?</p>
<p>DNS round-robin, or load  balancing, is simple to implement. Just list all of your servers in <em>/etc/tinydns/root/data</em>:</p>
<pre>+www.pixels.net:208.201.239.37:86400

+www.pixels.net:208.201.239.38:86400

+www.pixels.net:208.201.239.39:86400

@mail.pixels.net:208.201.239.37:a::86400

@mail.pixels.net:208.201.239.37:b::86400</pre>
<p><em>tinydns</em> returns a set of up to eight random  addresses for any single request. If any single server becomes  unavailable, the client attempting to connect to the server will go on  to the next one in line.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiitec.com/blog/2008/02/12/enabling-simple-load-balancing-with-tinydns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

