期刊文献+
共找到16篇文章
< 1 >
每页显示 20 50 100
Reliability analysis of web server cluster systems based on proportional hazards model
1
作者 Hou Chunyan Wang Jinsong Chen Chen 《Journal of Southeast University(English Edition)》 EI CAS 2018年第2期187-190,共4页
An approach for web server cluster(WSC)reliability and degradation process analysis is proposed.The reliability process is modeled as a non-homogeneous Markov process(NHMH)composed of several non-homogeneous Poisson p... An approach for web server cluster(WSC)reliability and degradation process analysis is proposed.The reliability process is modeled as a non-homogeneous Markov process(NHMH)composed of several non-homogeneous Poisson processes(NHPPs).The arrival rate of each NHPP corresponds to the system software failure rate which is expressed using Cox s proportional hazards model(PHM)in terms of the cumulative and instantaneous load of the software.The cumulative load refers to software cumulative execution time,and the instantaneous load denotes the rate that the users requests arrive at a server.The result of reliability analysis is a time-varying reliability and degradation process over the WSC lifetime.Finally,the evaluation experiment shows the effectiveness of the proposed approach. 展开更多
关键词 web server cluster LOAD-SHARING proportional hazards model RELIABILITY software aging
在线阅读 下载PDF
An Efficient Load Balancing Approach for N-Hierarchical Web Server Cluster 被引量:1
2
作者 PAK Ilchol QIAO Baiyou +2 位作者 SHEN Muchuan ZHU Junhai CHEN Donghai 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2015年第6期537-542,共6页
Aiming at the load imbalance and poor scalability in single-tier Web server clusters, an efficient load balancing ap- proach is proposed for constructing an N-hierarchical (multi-tier) Web server cluster. In each la... Aiming at the load imbalance and poor scalability in single-tier Web server clusters, an efficient load balancing ap- proach is proposed for constructing an N-hierarchical (multi-tier) Web server cluster. In each layer, multiple load balancers are set to receive the user requests simultaneously, and different load bal- ancing algorithms are used to construct the high-scalable Web cluster system. At the same time, an improved load balancing al- gorithm is proposed, which can dynamically calculate weights according to the utilization of the server resources, and reasonably distribute the loads for each server according to the load status of the servers. The experimental results show that the proposed ap- proach can greatly decrease the load imbalance among the Web servers and reduce the response time of the entire Web cluster system. 展开更多
关键词 web server cluster load balancing algorithm SCALABILITY AVAILABILITY
原文传递
Modeling and Performance Analysis of Dispatching Policies in Dispatcher-Based Web Server Cluster 被引量:1
3
作者 XIONG Zhi YAN Puliu GUO Chengcheng 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第3期591-595,共5页
There are two kinds of dispatching policies in content-aware web server cluster; segregation dispatching policy and mixture dispatching policy. Traditional scheduling algorithms all adopt mixture dispatching policy. T... There are two kinds of dispatching policies in content-aware web server cluster; segregation dispatching policy and mixture dispatching policy. Traditional scheduling algorithms all adopt mixture dispatching policy. They do not consider that dynamic requests' serving has the tendency to slow down static requests' serving, and that different requests have different resource demands, so they can not use duster's resource reasonably and effectively. This paper uses stochastic reward net (SRN) to model and analyze the two dispatching policies, and uses stochastic Petri net package (SPNP) to simulate the models. The simulation results and practical tests both show that segregation dispatching policy is better than mixture dispatching policy. The principle of segregation dispatching policy can guide us to design efficient scheduling algorithm. 展开更多
关键词 web server cluster stochastic reward net mixture dispatching policy segregation dispatching policy
在线阅读 下载PDF
DYNAMIC REQUEST DISPATCHING ALGORITHM FOR WEB SERVER CLUSTER
4
作者 杨振江 张德运 +1 位作者 孙钦东 孙清 《Journal of Pharmaceutical Analysis》 SCIE CAS 2006年第2期106-108,共3页
Distributed architectures support increased load on popular web sites by dispatching client requests transparently among multiple servers in a cluster. Packet Single-Rewriting technology and client address hashing alg... Distributed architectures support increased load on popular web sites by dispatching client requests transparently among multiple servers in a cluster. Packet Single-Rewriting technology and client address hashing algorithm in ONE-IP technology which can ensure application-session-keep have been analyzed, an improved request dispatching algorithm which is simple, effective and supports dynamic load balance has been proposed. In this algorithm, dispatcher evaluates which server node will process request by applying a hash function to the client IP address and comparing the result with its assigned identifier subset; it adjusts the size of the subset according to the performance and current load of each server, so as to utilize all servers' resource effectively. Simulation shows that the improved algorithm has better performance than the original one. 展开更多
关键词 DISPATCHER web server cluster HASHING application-session-keep
在线阅读 下载PDF
可扩展并行Web Server集群技术 被引量:9
5
作者 邸烁 郑纬民 +1 位作者 王鼎兴 沈美明 《小型微型计算机系统》 CSCD 北大核心 1999年第10期721-725,共5页
采用并行Web Server 集群技术实现高性能W eb Server已经成为一种趋势. 该技术具有性能高、可扩展性好、可靠性高、成本低等优点. 本文介绍了我们研制的THWeb Cluster的工作原理、组成结构和所采用... 采用并行Web Server 集群技术实现高性能W eb Server已经成为一种趋势. 该技术具有性能高、可扩展性好、可靠性高、成本低等优点. 本文介绍了我们研制的THWeb Cluster的工作原理、组成结构和所采用的几种关键技术, 并与现有的技术和方法进行了比较. 本文还简要介绍了THWeb Cluster 上开发的两个应用系统THWeb Digger(信息挖掘工具)和THW eb Search(搜索引擎), 并以此说明W eb Server 展开更多
关键词 负载平衡 搜索引擎 web 服务器 集群
在线阅读 下载PDF
A Throughput-Driven Scheduling Algorithm of Differentiated Service for Web Cluster 被引量:1
6
作者 YAN Cai-rong SHEN Jun-yi PENG Qin-ke WAN Yong-quan 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期88-92,共5页
Requests distribution is an key technology for Web cluster server. This paper presents a throughput-driven scheduling algorithm (TDSA). The algorithm adopts the throughput of cluster back-ends to evaluate their load... Requests distribution is an key technology for Web cluster server. This paper presents a throughput-driven scheduling algorithm (TDSA). The algorithm adopts the throughput of cluster back-ends to evaluate their load and employs the neural network model to predict the future load so that the scheduling system features a self-learning capability and good adaptability to the change of load. Moreover, it separates static requests from dynamic requests to make full use of the CPU resources and takes the locality of requests into account to improve the cache hit ratio. Experimental re suits from the testing tool of WebBench^TM show better per formance for Web cluster server with TDSA than that with traditional scheduling algorithms. 展开更多
关键词 web cluster server throughput-driven scheduling algorithm differentiated service
在线阅读 下载PDF
Performance Modeling and Approximate Analysis of Multiserver Multiqueue Systems with Poisson and Self-similar Arrivals 被引量:2
7
作者 Zhiguang Shan, Chuang Lin, Yang Yang, Yan Wang (Information Engineering School, University of Science and Technology Beijing, Beijing 100083, China) (Department of Computer Science and Technology, Tsinghua University, Beijing 100084, China) 《Journal of University of Science and Technology Beijing》 CSCD 2001年第2期145-151,共7页
The problem of state space explosion is still ran outstanding challenge in Markovian performance analysis for multiserver multiqueue (MSMQ) systems. The system behavior of a MSMQ system is described using stochastic h... The problem of state space explosion is still ran outstanding challenge in Markovian performance analysis for multiserver multiqueue (MSMQ) systems. The system behavior of a MSMQ system is described using stochastic high-level Petri net (SHLPN) models, and an approximate performance analysis technique is proposed based on decomposition and refinement methods as well as iteration technique. A real MSMQ system, Web-server cluster, is investigated. The performance of an integrated scheme of request dispatching and scheduling is analyzed with both Poisson and self-similar request arrivals. The study shows that the approximate analysis technique significantly reduces the complexity of the model solution and is also efficient for accuracy of numerical results. 展开更多
关键词 multiserver multiqueue (MSMQ) system web-server cluster performance analysis stochastic high-level Petri net (SHLPN) request dispatching request scheduling
在线阅读 下载PDF
Web集群系统的几个参数优化设计 被引量:1
8
作者 刘安丰 陈志刚 +1 位作者 金亮 陆静波 《计算机工程与应用》 CSCD 北大核心 2003年第31期43-44,215,共3页
该文利用系统分析的方法研究了Web集群系统的优化设计。用排队论分析了具有不同服务器的Web集群系统,得到系统性能的解析解。在此基础上进行了系统优化设计的数学分析,并根据系统优化的目的不同,给出了确定Web集群系统所需服务器数目的... 该文利用系统分析的方法研究了Web集群系统的优化设计。用排队论分析了具有不同服务器的Web集群系统,得到系统性能的解析解。在此基础上进行了系统优化设计的数学分析,并根据系统优化的目的不同,给出了确定Web集群系统所需服务器数目的算法。该方法对于分析系统瓶颈、优化Web集群系统的体系结构有重要意义。 展开更多
关键词 web集群 系统优化 服务器数
在线阅读 下载PDF
一种新的Web集群请求调度模式与体系结构
9
作者 熊智 周寅聃 熊步云 《计算机应用与软件》 CSCD 2009年第3期77-79,120,共4页
分析了网络及Web应用的发展对Web集群请求调度提出的新要求,在此基础上提出了一种基于文档组织分布的新请求调度模式。针对该请求调度模式的特点,提出了一种分布调度、分布路由的Web集群体系结构,该结构结合了多分配器集群和分布式集群... 分析了网络及Web应用的发展对Web集群请求调度提出的新要求,在此基础上提出了一种基于文档组织分布的新请求调度模式。针对该请求调度模式的特点,提出了一种分布调度、分布路由的Web集群体系结构,该结构结合了多分配器集群和分布式集群的优点,能保证系统的可扩展性,并能有效减少集群内的通信开销和消除单点故障。 展开更多
关键词 web集群服务器 请求调度模式 体系结构
在线阅读 下载PDF
基于Jini技术的Web服务器集群的研究与设计 被引量:1
10
作者 李子龙 《电脑知识与技术》 2008年第9期1571-1573,共3页
通过对Jini技术和Web服务器集群的工作原理的介绍,分析了Jini构造Web服务器集群的可行性和具有的优势;提出了基于Jini技术构建Web服务器集群的实现模型,并给出了在构建Web服务器集群的过程中实现高可用性、负载平衡的解决方案。
关键词 Jini web服务器集群 高可用性 负载平衡
在线阅读 下载PDF
集群Web服务器系统及负载平衡技术在情报信息网中的应用 被引量:1
11
作者 贺东鸿 《现代图书情报技术》 CSSCI 北大核心 2004年第4期53-55,58,共4页
随着集群的广泛应用 ,集群管理的重要性显得越来越明显。分析了负载平衡集群服务器的结构和特点。探讨了基于情报信息网络负载平衡的主要技术。网络负载平衡提高了诸如 Web服务器、FTP服务器和其它关键任务服务器上的服务程序的可用性... 随着集群的广泛应用 ,集群管理的重要性显得越来越明显。分析了负载平衡集群服务器的结构和特点。探讨了基于情报信息网络负载平衡的主要技术。网络负载平衡提高了诸如 Web服务器、FTP服务器和其它关键任务服务器上的服务程序的可用性和可伸缩性。 展开更多
关键词 集群web服务器 负载平衡 情报信息网 FTP服务器 并行文件系统
在线阅读 下载PDF
一种基于内容的Web集群服务器负载均衡算法 被引量:16
12
作者 任彦琦 彭勤科 胡保生 《计算机工程》 CAS CSCD 北大核心 2005年第2期122-124,181,共4页
提出了一种基于内容的Web集群服务器负载均衡算法,该算法通过引入一个衡量不同内容任务量并利用当前真实节点上的连接数和请求内容的任务量以及真实节点的处理能力来调整服务器负载。同时,算法引入了一个反馈环节,将真实节点的负载信息... 提出了一种基于内容的Web集群服务器负载均衡算法,该算法通过引入一个衡量不同内容任务量并利用当前真实节点上的连接数和请求内容的任务量以及真实节点的处理能力来调整服务器负载。同时,算法引入了一个反馈环节,将真实节点的负载信息反馈到负载均衡器,让负载均衡器调整自己的负载均衡策略,提高它的自适应能力。 展开更多
关键词 负载均衡算法 负载均衡器 基于内容 web集群服务器 负载信息 请求 负载均衡策略 反馈环 自适应能力 节点
在线阅读 下载PDF
基于web的集群图书馆管理系统
13
作者 伍清霞 《广东轻工职业技术学院学报》 2011年第3期20-24,共5页
基于web的集群图书馆管理系统是新一代图书馆管理系统。它采用Browse/Server的体系结构。主要论述了基于web的集群图书馆管理系统的体系结构,优点和缺点及应用实例。
关键词 web集群图书馆管理系统 BROWSE/server 集群系统
在线阅读 下载PDF
慕课教育系统中Web服务器集群负载均衡算法研究
14
作者 马洁 《微型电脑应用》 2016年第8期65-68,共4页
慕课教育平台的服务器集群会在用户访问量的增加下响应变慢,所以需要提出一种基于服务器状态和请求信息新的策略算法来减少响应时间。该算法的机制是根据客户端的请求内容对服务器的影响程度进行分类,并设定相应的权值,同时结合服务器... 慕课教育平台的服务器集群会在用户访问量的增加下响应变慢,所以需要提出一种基于服务器状态和请求信息新的策略算法来减少响应时间。该算法的机制是根据客户端的请求内容对服务器的影响程度进行分类,并设定相应的权值,同时结合服务器的性能参数和负载状态,将该次请求分配到负载最轻的服务器。根据慕课教育系统提出了一种分层式均衡系统的总体框架结构,研究了系统内部通信机制和Web服务器性能的监控方案。实验结果表明所提出的算法能够充分利用现有的软硬件资源,有效地均衡Web集群服务器的负载,使服务资源得到最大效率的利用,是目前缓解或者解决Web服务器负载不断增加的一种有效方法,优于一些传统的负载均衡算法。 展开更多
关键词 web 服务器集群 负载均衡 高可用性 慕课教育系统
在线阅读 下载PDF
WEB服务器集群系统的设计与实现研究 被引量:1
15
作者 任晨曦 《信息与电脑》 2018年第12期97-98,共2页
随着网络技术的不断发展,数据传输的体量实现质的飞跃,然而服务器性能的落后却严重阻碍了网络体系的进一步发展。笔者将要研究的WEB服务器集群系统,正是为了解决服务器性能与数据传输体量之间的矛盾,通过设计集群系统来更好地管理和配置... 随着网络技术的不断发展,数据传输的体量实现质的飞跃,然而服务器性能的落后却严重阻碍了网络体系的进一步发展。笔者将要研究的WEB服务器集群系统,正是为了解决服务器性能与数据传输体量之间的矛盾,通过设计集群系统来更好地管理和配置WEB服务器。 展开更多
关键词 web服务器 集群系统 系统设计 系统实现
在线阅读 下载PDF
大型网络服务系统性能评测 被引量:3
16
作者 刘力力 樊建平 《计算机研究与发展》 EI CSCD 北大核心 2001年第7期778-782,共5页
网络用户数量的激增使得单机网络服务器已经不能满足用户需求 ,而通常的多机结构又具有维护代价高 ,负载不均衡等缺陷 ,使用 Cluster结构加上可扩展软件构成的单一入口点机群系统却可以很好地解决这一问题 .介绍了在曙光 2 0 0 0 - II... 网络用户数量的激增使得单机网络服务器已经不能满足用户需求 ,而通常的多机结构又具有维护代价高 ,负载不均衡等缺陷 ,使用 Cluster结构加上可扩展软件构成的单一入口点机群系统却可以很好地解决这一问题 .介绍了在曙光 2 0 0 0 - II型大规模并行计算机上采用该结构构造而成的多节点 Web服务器和 Em ail服务器 ,并对它们的性能进行了评测 .多节点 Web服务器使用 SPEC公司开发的 Spec Web99评测 ,而 Em ail性能则用国家智能机研究开发中心构造的 Email评测软件 ,并通过对评测结果的分析 。 展开更多
关键词 计算机网络 服务系统 性能评测 服务器 可扩展软件
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部