<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/296/</link>
<title><![CDATA[准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[其他Unix技术]]></category>
<pubDate>Fri, 21 Sep 2007 11:18:15 +0000</pubDate> 
<guid>http://zyan.cc/post/296/</guid> 
<description>
<![CDATA[ 
	　　在微软的MSDN网站上看到一篇理论文章《<a href="http://www.microsoft.com/china/MSDN/library/architecture/patterns/esp/DesFailoverCluster.mspx?mfr=true" target="_blank">Failover Cluster（故障转移群集）</a> 》，文中的故障转移群集解决方案，有点类似两台 F5 BIG-IP 负载均衡交换机通过串口线进行心跳检测的互备模式，对我来说很有参考价值。<br/><br/>　　最近打算写一套基于Linux系统的实际应用方案，在两台Web服务器之间实现故障转移：用户实际访问的IP地址是“x.x.1.10”，两台服务器自动切换用Linux的IP别名来实现，当主服务器“x.x.1.1”正常时，主服务器的IP别名“x.x.1.10”对外提供服务，当两台服务器之间的心跳检测程序发现主服务器“x.x.1.1”发生故障或死机时，会停掉主服务器“x.x.1.1”的IP别名“x.x.1.10”（主服务器死机时该IP别名会自动消失），而由备用服务器“x.x.1.2”启用相同的IP别名“x.x.1.10”来接替主服务器提供服务；“信号”打算自己写一个心跳检测程序来实现；共享数据部分还没想好用什么方式来实现，NFS吗？不知道NFS在高负载读写下的性能如何？<br/><br/>　　附：故障转移群集解决方案<br/>　　<a href="http://zyan.cc/attachment/200709/ha.gif" target="_blank"><img src="http://zyan.cc/attachment/200709/ha.gif" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　第一台服务器 (Database01) 是处理所有事务的活动服务器。 仅当 Database01 发生故障时，处于空闲状态的第二台服务器 (Database02) 才会处理事务。 群集将一个虚拟 IP 地址和主机名 (Database10) 在客户端和应用程序所使用的网络上公开。<br/><br/>　　注意：您可以将此设计扩展为包括多台活动服务器（除了所示的服务器外），要么使它们共享单个备用服务器，要么将每个活动服务器配置为另一个活动服务器的备用服务器。 <br/>Tags - <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment349</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>tsing &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 21 Sep 2007 13:24:26 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment349</guid> 
<description>
<![CDATA[ 
	这已经有成熟的解决方案了，不用再造轮子，可以了解一下brdb及heartbeat
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment351</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>marcolu &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 24 Sep 2007 02:42:21 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment351</guid> 
<description>
<![CDATA[ 
	试试LVS吧
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment352</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>LALA &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 24 Sep 2007 03:33:16 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment352</guid> 
<description>
<![CDATA[ 
	请问张师兄：<br/> &nbsp; &nbsp; 如何使用PHP+Socket编程发送数据包（或文件）？<br/> &nbsp; &nbsp; 条件：系统双方具有重发机制：每次发送数据包的时候，带有发送次数，当另一端接受数据包后，将返回应答信息，如果在规定的时间内（每30S），没有收到应答信息，将重新发送，发送次数加+1，达到N次后（N值=100），将不再重新发送。在双方的界面上能体现失败。<br/> &nbsp; &nbsp;张师兄能否给个例子程序？在此感谢！！
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment584</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>代码罐头 &lt;code_tin@msn.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 11 Jan 2008 04:48:57 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment584</guid> 
<description>
<![CDATA[ 
	LVS+heartbeat
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment18794</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:07:35 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment18794</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment18795</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:07:44 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment18795</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment18796</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:07:52 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment18796</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment18797</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>coach outlet, &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:07:59 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment18797</guid> 
<description>
<![CDATA[ 
	Remember the <a href="http://www.coachoutletin.org" target="_blank">coach outlet</a> provide coach bags which won&#039;t be deteriorated into its overall styles by any means. It will maintain its looks, colors, and uniqueness for long time.<a href="http://www.coachoutletin.org" target="_blank">coach outlet store online</a> has been voted by Hour Detroit magazine readers as the Best of Detroit in their 12th annual readers&#039;poll.Lots of women like which usually amount normally include a <a href="http://www.coachoutletin.org" target="_blank">coach outlet online</a> ,it provides coziness to many girls that don&#039;t even think it is a great bushel of great interest directly to them.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment19956</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 08:13:26 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment19956</guid> 
<description>
<![CDATA[ 
	We aim to make all our customers satisfy with our products. You will find a variety of Men&#039;s fashion <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton uk</a>, fashion Women&#039;s cheap Louis Vuitton bags in our store at affordable price.Thinking of interesting ways to cost a milestone birthday? <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online shop</a> had one of the most distinctive distinctive celebrations.bakery along with living room operated by means of about three moment <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online</a> Most effective Pastry Chef’s of the year Rammy Nominee Chef’s.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment19957</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 08:13:33 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment19957</guid> 
<description>
<![CDATA[ 
	The choices are likely to be basically countless seeing that <a href="http://www.louisvuittonoutletbagsa.net" target="_blank">louis vuitton outlet</a> occurs with the help of completely new and also incredible concepts once in a while.Louis vuitton Wholesale Monogram Canvas HandbagsLouis Vuitton Collection Beach Handbags <a href="http://www.louisvuittonoutletbagsa.net" target="_blank">louis vuitton bags outlet</a> Damier Canvas HandbagsLouis vuitton Mahina HandbagsLouis Vuitton Monogram Mini Lin HandbagsLouis Vuitton Monogram Multicolore HandbagsLouis vuitton Monogram Vernis HandbagsLouis Vuitton Wholesale Epi Leather HandbagsLouis Vuitton For Men HandbagsLouis Vuitton Damier Canvas WalletsLouis Vuitton Epi Leather WalletsLouis Vuitton Monogram Canvas WalletsLouis Vuitton Monogram Vernis WalleLouis Vuitton ShoesLouis Vuitton Men wallets.As the Authentic Louis Vuitton are so high-priced, so came the <a href="http://www.louisvuittonoutletbagsa.net" target="_blank">louis vuitton handbags outlet</a>.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment19958</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 08:13:39 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment19958</guid> 
<description>
<![CDATA[ 
	<a href="http://www.coachoutletao.org" target="_blank">coach outlet</a> has become a popular shopping experience for consumers around the world, and a desirable distribution channel for manufacturer&#039;s and retailers.Getting your hands on <a href="http://www.coachoutletao.org" target="_blank">coach outlet store online</a> can be a hefty investment of hundreds of dollars.But do not despair,the Coach Outlet store could be the answer to your prayers.<a href="http://www.coachoutletao.org" target="_blank">coach outlet online</a> is your smart choice when you want to get the discount Coach accessory. You can find the exact Coach Bags and other accessory you want at a low price that&#039;s right for you. My dear friends, let the <a href="http://www.coachoutletao.org" target="_blank">coach outlet online</a> pave your way into the world of high fashion with their ultimate fashion factory.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment20940</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>xujie123 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 21 May 2012 03:10:28 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment20940</guid> 
<description>
<![CDATA[ 
	Our online store offers you discounted Designer louis vuitton replica wallet at present. You could find them in desirable quality and price. If you don&#039;t mind high class <a href="http://www.louisvuittonoutletukg.org.uk" target="_blank">louis vuitton uk</a>, have a good time here.<a href="http://www.louisvuittonoutletukg.org.uk" target="_blank">louis vuitton</a> Store Online Handbags can also bring great accuracy as well as practical applicability and fashionable.Have you ever dreamed of being as charming as Madonna? Have you ever thought of becoming an envy of all your friends? If so, come to <a href="http://www.louisvuittonoutletukg.org.uk" target="_blank">louis vuitton outlet</a>.&lt;br/&gt;
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment21231</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>xujie555 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 21 May 2012 05:33:52 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment21231</guid> 
<description>
<![CDATA[ 
	<a href="http://www.coachfactoryoutletonlineso.com" target="_blank">coach factory outlet</a> uses graceful accessories to match the classical logo of coach, which is the best combination of coach. The handmade coach products?can make you more charming and graceful.<a href="http://www.coachfactoryoutletonlineso.com" target="_blank">coach factory online</a> provides people many coach goods. If you wish to snatch the coach handbag, then this best method is made for that you like for coach discount.<a href="http://www.coachfactoryoutletonlineso.com" target="_blank">coach factory outlet online</a> is a fashion brand to ensure its quality. With designer coach shoulder bags, you will always attract people&#039;s attention. The bags will emphasize your personal style and taste.&lt;br/&gt;
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment21513</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>xujie333 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 21 May 2012 06:54:35 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment21513</guid> 
<description>
<![CDATA[ 
	<a href="http://www.coachoutletonlineso.net" target="_blank">coach outlet online</a> Store guarantee that all the coach handbags offered are own high quality. In addition , all of them are sold at an unexpected low price.If you want to purchase, just visit their website.<a href="http://www.coachoutletonlineso.net" target="_blank">coach factory outlet</a> is really sizzling kinds of shopping way for you. With the usage of the replica designer coach bags, you can surely be able to change your individual looks in a stunning manner.Coach bags on sale from the <a href="http://www.coachoutletonlineso.net" target="_blank">coach outlet</a> are cheap or discount prices that you certainly will stand out from the crowd on your next camping trip!&lt;br/&gt;
]]>
</description>
</item><item>
<link>http://zyan.cc/post/296/#blogcomment22469</link>
<title><![CDATA[[评论] 准备转化“故障转移群集解决方案”理论为实践]]></title> 
<author>Gucci Women Boots &lt;123@123.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 21 Jul 2012 09:20:02 +0000</pubDate> 
<guid>http://zyan.cc/post/296/#blogcomment22469</guid> 
<description>
<![CDATA[ 
	<a href="http://www.guccicom.com/" target="_blank">Gucci Handbags</a><br/><a href="http://www.guccicom.com/" target="_blank">Gucci Bags on sale</a><br/>Models, photographers, designers, actors, director, Gucci outlet screenwriter Sofia Coppola really is a talented and accomplished women, her fashion things always have their own unique views, very fond of lv, Chanel do over interns, and create their own fashion brand, but also served as the spokesman of the lv, now with lv designer to work with, designed the 2011 four lv bag. <br/><a href="http://www.guccicom.com/WOMEN/Gucci-Messenger-Bags/" target="_blank">Gucci Messenger Bags</a><br/><a href="http://www.guccicom.com/WOMEN/Gucci-Women-Boots/" target="_blank">Gucci Women Boots</a>
]]>
</description>
</item>
</channel>
</rss>