Today, in the field of computer networks, new services have been developed on the Internet or intranets, including the mail server, database management, sounds, videos and the web server itself Apache. The number of s...Today, in the field of computer networks, new services have been developed on the Internet or intranets, including the mail server, database management, sounds, videos and the web server itself Apache. The number of solutions for this server is therefore growing continuously, these services are becoming more and more complex and expensive, without being able to fulfill the needs of the users. The absence of benchmarks for websites with dynamic content is the major obstacle to research in this area. These users place high demands on the speed of access to information on the Internet. This is why the performance of the web server is critically important. Several factors influence performance, such as server execution speed, network saturation on the internet or intranet, increased response time, and throughputs. By measuring these factors, we propose a performance evaluation strategy for servers that allows us to determine the actual performance of different servers in terms of user satisfaction. Furthermore, we identified performance characteristics such as throughput, resource utilization, and response time of a system through measurement and modeling by simulation. Finally, we present a simple queue model of an Apache web server, which reasonably represents the behavior of a saturated web server using the Simulink model in Matlab (Matrix Laboratory) and also incorporates sporadic incoming traffic. We obtain server performance metrics such as average response time and throughput through simulations. Compared to other models, our model is conceptually straightforward. The model has been validated through measurements and simulations during the tests that we conducted.展开更多
In recent years, web technology carried on growing and at same time, the number of internet users increased significantly in number. Today, a Web server is capable of processing millions of requests per day, but durin...In recent years, web technology carried on growing and at same time, the number of internet users increased significantly in number. Today, a Web server is capable of processing millions of requests per day, but during the peak period may collapse and becomes critical causing unavailability of the services offered by the servers. That is why Web server performance is a topic of great interest to many researchers. In this paper, we evaluate experimentally the impact of JSP and PHP dynamic content technology: JSP and PHP with access to a database of performance data of Apache Web server. Using the “ApacheBench” performance measurement tool, the approach is to compare the performances of four different configurations of a Web server, such as: Apache Web server implementing JSP technology with access to PostgreSQL database, Apache using PHP technology with the PostgreSQL as database, Apache Web server using the JSP technology with access to MySQL database, finally Apache and PHP with DBMS MySQL. At the end of this article, we also present a Simulink model of Web server performance based on the simple M/M/1 queue. During the modeling, the MATLAB software was used.展开更多
The service facility or server is the key constituent to keep a system operational for desired period of time. As any eventuality with the system necessitates immediate presence of it (server) so the time point of arr...The service facility or server is the key constituent to keep a system operational for desired period of time. As any eventuality with the system necessitates immediate presence of it (server) so the time point of arrival and treatment of server significantly affects the system performance. This paper works out the steady state behavior of a cold standby system equipped with two similar units and a server with elapsed arrival and treatment times following general probability distributions. It practices the theory of semi-Markov processes, regenerative point technique and Laplace transforms to derive the expressions for state transition probabilities, mean sojourn times, mean time to system failure, system availability, server busy period and expected frequencies of repairs and treatments. The profit function is also developed taking different costs and revenue in to account. For tracing wider applicability of the model for different reliability and cost-effective systems, a particular case study is also presented as an illustration.展开更多
讨论了基于B/S模式的Matlab Web Server的网络应用开发原理,介绍了Matlab Web程序处理的一般流程和相关文件的详细配置方法,通过输入模块从HTML页面获取输入参数和通过输出模块生成包括输出数据和图片的HTML文件。最后利用MAT-LAB Web S...讨论了基于B/S模式的Matlab Web Server的网络应用开发原理,介绍了Matlab Web程序处理的一般流程和相关文件的详细配置方法,通过输入模块从HTML页面获取输入参数和通过输出模块生成包括输出数据和图片的HTML文件。最后利用MAT-LAB Web Server在湖南湘钢高线制造部开发出了基于B/S模式的品种钢建模与优化系统分析软件,使局域网里的用户通过网络,利用该系统可以对品种钢进行建模与优化,并借助于MATLAB强大的计算与图形展示功能,以图文并貌的方式返回到客户面前。展开更多
物理实验数据的处理方法很多,大多数据处理能力有限,而一些采用Matlab开发的数据处理系统又不具备网络功能。通过具体实例研究了基于B/S结构、利用Matlab Web Server处理物理实验数据系统,解决了Web系统开发程序中数值计算能力较差,特...物理实验数据的处理方法很多,大多数据处理能力有限,而一些采用Matlab开发的数据处理系统又不具备网络功能。通过具体实例研究了基于B/S结构、利用Matlab Web Server处理物理实验数据系统,解决了Web系统开发程序中数值计算能力较差,特别是结果可视化难点问题,可以实现跨平台应用。用户只借助Web浏览器就可以在Internet上利用Matlab的强大计算功能实现实验数据的处理工作,可以利用其丰富的图形功能而不需安装Matlab软件。应用程序的安装和维护只需在服务器端进行,方便、安全,具有推广价值。展开更多
介绍了一种基于社区远程监护系统的整个数据体系结构;它是利用当前国际上通用的数据库管理的思想来设计一个社区远程监护系统的信息系统,从而实现社区监护中心的信息高效管理、满足全局性信息管理的需求。根据系统的需求分析,应用统一...介绍了一种基于社区远程监护系统的整个数据体系结构;它是利用当前国际上通用的数据库管理的思想来设计一个社区远程监护系统的信息系统,从而实现社区监护中心的信息高效管理、满足全局性信息管理的需求。根据系统的需求分析,应用统一建模语言(UML)来提炼一个全面的数据模型,并在SQL Server 2000数据库管理系统中得以实现。展开更多
文摘Today, in the field of computer networks, new services have been developed on the Internet or intranets, including the mail server, database management, sounds, videos and the web server itself Apache. The number of solutions for this server is therefore growing continuously, these services are becoming more and more complex and expensive, without being able to fulfill the needs of the users. The absence of benchmarks for websites with dynamic content is the major obstacle to research in this area. These users place high demands on the speed of access to information on the Internet. This is why the performance of the web server is critically important. Several factors influence performance, such as server execution speed, network saturation on the internet or intranet, increased response time, and throughputs. By measuring these factors, we propose a performance evaluation strategy for servers that allows us to determine the actual performance of different servers in terms of user satisfaction. Furthermore, we identified performance characteristics such as throughput, resource utilization, and response time of a system through measurement and modeling by simulation. Finally, we present a simple queue model of an Apache web server, which reasonably represents the behavior of a saturated web server using the Simulink model in Matlab (Matrix Laboratory) and also incorporates sporadic incoming traffic. We obtain server performance metrics such as average response time and throughput through simulations. Compared to other models, our model is conceptually straightforward. The model has been validated through measurements and simulations during the tests that we conducted.
文摘In recent years, web technology carried on growing and at same time, the number of internet users increased significantly in number. Today, a Web server is capable of processing millions of requests per day, but during the peak period may collapse and becomes critical causing unavailability of the services offered by the servers. That is why Web server performance is a topic of great interest to many researchers. In this paper, we evaluate experimentally the impact of JSP and PHP dynamic content technology: JSP and PHP with access to a database of performance data of Apache Web server. Using the “ApacheBench” performance measurement tool, the approach is to compare the performances of four different configurations of a Web server, such as: Apache Web server implementing JSP technology with access to PostgreSQL database, Apache using PHP technology with the PostgreSQL as database, Apache Web server using the JSP technology with access to MySQL database, finally Apache and PHP with DBMS MySQL. At the end of this article, we also present a Simulink model of Web server performance based on the simple M/M/1 queue. During the modeling, the MATLAB software was used.
文摘The service facility or server is the key constituent to keep a system operational for desired period of time. As any eventuality with the system necessitates immediate presence of it (server) so the time point of arrival and treatment of server significantly affects the system performance. This paper works out the steady state behavior of a cold standby system equipped with two similar units and a server with elapsed arrival and treatment times following general probability distributions. It practices the theory of semi-Markov processes, regenerative point technique and Laplace transforms to derive the expressions for state transition probabilities, mean sojourn times, mean time to system failure, system availability, server busy period and expected frequencies of repairs and treatments. The profit function is also developed taking different costs and revenue in to account. For tracing wider applicability of the model for different reliability and cost-effective systems, a particular case study is also presented as an illustration.
文摘讨论了基于B/S模式的Matlab Web Server的网络应用开发原理,介绍了Matlab Web程序处理的一般流程和相关文件的详细配置方法,通过输入模块从HTML页面获取输入参数和通过输出模块生成包括输出数据和图片的HTML文件。最后利用MAT-LAB Web Server在湖南湘钢高线制造部开发出了基于B/S模式的品种钢建模与优化系统分析软件,使局域网里的用户通过网络,利用该系统可以对品种钢进行建模与优化,并借助于MATLAB强大的计算与图形展示功能,以图文并貌的方式返回到客户面前。
文摘物理实验数据的处理方法很多,大多数据处理能力有限,而一些采用Matlab开发的数据处理系统又不具备网络功能。通过具体实例研究了基于B/S结构、利用Matlab Web Server处理物理实验数据系统,解决了Web系统开发程序中数值计算能力较差,特别是结果可视化难点问题,可以实现跨平台应用。用户只借助Web浏览器就可以在Internet上利用Matlab的强大计算功能实现实验数据的处理工作,可以利用其丰富的图形功能而不需安装Matlab软件。应用程序的安装和维护只需在服务器端进行,方便、安全,具有推广价值。
文摘介绍了一种基于社区远程监护系统的整个数据体系结构;它是利用当前国际上通用的数据库管理的思想来设计一个社区远程监护系统的信息系统,从而实现社区监护中心的信息高效管理、满足全局性信息管理的需求。根据系统的需求分析,应用统一建模语言(UML)来提炼一个全面的数据模型,并在SQL Server 2000数据库管理系统中得以实现。