Home >Database >Mysql Tutorial >用缓冲技术提高JSP应用的性能和稳定性_MySQL

用缓冲技术提高JSP应用的性能和稳定性_MySQL

WBOY
WBOYOriginal
2016-06-01 14:09:081040browse

一、概述

在Web应用中,有些报表的生成可能需要数据库花很长时间才能计算出来;有的网站提供天气信息,它需要访问远程服务器进行SOAP调用才能得到温度信息。所有这一切都属于复杂信息的例子。在Web页面中加入过多的复杂信息可能导致Web服务器、数据库服务器负荷过重。JSP代码块缓冲为开发者带来了随意地增加各种复杂信息的自由。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn