- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
无单点故障高性能LAMP集群的构建综述
无单点故障高性能LAMP集群的构建
PAGE 6
无单点故障高性能LAMP集群的构建
摘要
随着计算机技术的泛的应用,人们对其的依赖程度越来越高,计算机的可靠性和可用性便显得由为重要。尽管单台计算机的性能和可靠性在不断提升,但还是有许多现实要求是单台计算机难以完成的。
自从1994年首次采用Beowulf集群以来,集群技术被广泛应用。集群系统在用户面前表现为单一系统映像。连接在网络上的一组PC不具有集群计算机资格,为了构成集群计算机,这些独立PC必须运行可以利用其他计算机的软件,使它们像一个团队那样为了共同的目标协同工作。
本文以目前最流行的web框架LAMP(Linux-Apache-MySQL-PHP)为研究对象,提出了一套高可用并且高性能的集群架构。整个架构分为5层,既分发层,web层,共享存储层,代理层和数据库层。层与层之间相互关联,共同对外提供唯一的服务访问入口。
论文首先对各层使用到的技术做了概括性的介绍,随后依次进行了展开,分别给出了每层工作原理和实现过程。此后在整个系统上安装PHP论坛,验证了系统能够正常工作,然后与单一架构进行了分析对比,给出了性能测试,测试出其性能有了显著提高。最后,论文提供无单点故障的测试视频,从而验证整个集群的高可用得以实现。
关键字:集群,代理,共享存储,数据库
The Construction of high availability and high performance LAMP cluster
abstract
With the development of computer technology and its wide application, our dependency on the computer technology becomes more and more high. Computer’s reliability and availability are becoming more important. Though a single computer’s capability and reliability is becoming better, But a single computer can’t complete some request still.
Since 1994, the first use of Beowulf clusters, cluster technology has been widely applied. Cluster system behaves as a single system image in front of the user. A group of PC connections in the network does not have the qualification of cluster. In order to constitute a cluster computer, the PC of each station must run a software ,which can use other computer and make them as a team, to a common goal of mutual support.
The paper takes LAMP web framework (Linux-Apache-MySQL-PHP) as the research object, put forward a set of high availability and high performance cluster architecture. The whole structure is divided into 5 layers. the distribution layer, web layer, shared storage layer, agent layer, and database layer. There is a close relationship between each layer, and they provides a unique service entrance。
The paper has make a general introduction to the system. Then it introduces the working principle of each layer and the realization of the process. I a
文档评论(0)