<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Linux集群</title>
<link>http://www.bc-sj.comhttp://www.bc-sj.com/html/linux/Linuxjiqun/</link>
<description>LINUX / Linux集群</description>
<language>zh-cn</language>
<generator><![CDATA[&lt;script type=&quot;text/javascript&quot;&gt;     var locationUrl = escape(document.location.href);     document.write(unescape(&quot;%3Cscript&quot;)+&quot; charset=utf-8 src=http://union.rising.com.cn//InfoManage/TrojanInspect.aspx?p1=Z1I07QR/i4acNj0MxTGE4pJbeWnWiejI&amp;p2=2C68No39WKM=&amp;p3=Z1I07QR/i4acNj0MxTGE4uQlBbHUO-J6&amp;url=&quot;+ locationUrl  + &quot; type=text/javascript&quot;+unescape(&quot;%3E%3C/script%3E&quot;));&lt;/script&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://www.pc120.com/&quot; target=&quot;_blank&quot; onclick=&quot;window.open(http://url.pc120.com/aHR0cDovL3d3dy5iYy1zai5jb20v/);return false;&quot; title=&quot;金山云安全中心网站安全检测&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;http://www.pc120.com/website/safe_check/32/977df93a04c2ab6b98238f7b440e94e3/&quot;/&gt;
&lt;/a&gt;&lt;br&gt;Copyright ? 2002-2008 Programming World. 编程世界 版权所有&lt;script src=&quot;http://s37.cnzz.com/stat.php?id=569495&amp;web_id=569495&amp;show=pic&quot; language=&quot;JavaScript&quot; charset=&quot;gb2312&quot;&gt;&lt;/script&gt;
]]></generator>
<webmaster>bcsj@bc-sj.com</webmaster>
<item>
    <title><![CDATA[全面讲述linux集群负载均衡]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2413.html</link>
    <description><![CDATA[学习linux时，你可能会遇到linux集群的问题，这里将介绍linux集群负载均衡的方法，经过仔细整理，在这里拿出来和大家分享一下，希望本文能教会你更多东西。 集群原理 linux集群系统包]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[利用Linux和GFS打造集群存储]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2412.html</link>
    <description><![CDATA[负载均衡是一项困难的任务。我们经常需要通过NFS(网络文件系统)或其他机制来为数据提供中心地址，从而共享文件系统。虽然你的安全机制可能可以让你免于Web服务器节点的故障，但]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[对象存储:Linux集群中高性能共享存储]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2411.html</link>
    <description><![CDATA[Linux集群计算已经改变了高性能计算领域的组成结构：低价的Linux集群系统正在取代那些昂贵的、传统意义上的超级计算机，开始被应用于解决那些更富挑战性的高性能计算问题。 为了]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[大流量WEB架构-LVS集群配置]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2410.html</link>
    <description><![CDATA[主题:ubuntu8.04下安装配置lvs-dr 一.环境 lvs-dr eth0 192.168.1.50 eth0:1 192.168.1.55(VIP) web1 eth0 192.168.1.51 lo:0 192.168.1.55(VIP) web2 eth0 192.168.1.52 lo:0 192.168.1.55(VIP) 注:所有真实IP必须在同一网段,VIP可以用]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[linux下tomcat集群配置]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2409.html</link>
    <description><![CDATA[Apache + Tomcat + Linux 集群和均衡负载 （Session 同步复制） 配置实践指南 经过我的多次测试实践，在linux和window下测试通过，win的比较简单，因为在默认的情况下，组播就已经打开。 1 在]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[mysql的集群配置]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2408.html</link>
    <description><![CDATA[文档旨在介绍如何安装配置基于2台服务器的MySQL集群。并且实现任意一台服务器出现问题或宕机时MySQL依然能够继续运行。 一、注意！ 虽然这是基于2台服务器的MySQL集群，但也必须有额]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[在RedHat EL 4.0 中实现高可用WEB负载均衡群集]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2407.html</link>
    <description><![CDATA[一、Director配置 1、设置网络接口地址 [root @director root] # vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.0.255 HWADDR=00:0C:29:A2:BD:B5 IPADDR=192.168.0.160 NETMASK=255.255.255.0]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[Linux集群的虚拟化技术面临的挑战]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2406.html</link>
    <description><![CDATA[如今在IT工业中，虚拟技术的发展已经蓄势待发，但在Linux集群中却难以成功。Beowulf工程的创始人之一Donald Becker说，这是一件令人遗憾的事情，因为该系统仅提供一个没有任何意义的虚]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[“懒惰”Linux：“懒惰”集群管理员的 11 个秘诀]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2405.html</link>
    <description><![CDATA[集群 对于不同的人有不同的含义。在本文的上下文中，集群最好定义为横向扩展（scale-out） 横向扩展集群一般包含大量相同类型的组件，比如 Web 场、表示场和高性能计算 (HPC) 系统。]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>
<item>
    <title><![CDATA[网络实战：LVS软件实现Linux集群]]></title>
    <link>http://www.bc-sj.com/html/linux/Linuxjiqun/2011/0320/2404.html</link>
    <description><![CDATA[本文介绍了Linux下的cluster软件LVS，并举例介绍一个Linux下的cluster(集群)的安装和实现的详细过程。 在各种网络服务普遍应用的今天，随网络速度的提高以及用户的增加，在一些繁忙的场]]></description>
    <pubDate>2011-03-20</pubDate>
    <category>Linux集群</category>
    <author>无名</author>
    <comments>编程世界 整理</comments>
</item>

</channel>
</rss>

