1) Cache Technology

高速缓存技术
1.
Application of Cache Technology in SOAP;

利用高速缓存技术提高SOAP性能
2) DCD(disk caching disk)

磁盘高速缓存技术
3) cache technique

缓存技术
1.
Visualization of large scene watershed model in real-time and interactive manner based on cache technique
基于缓存技术实时交互绘制大场景流域模型
4) buffer technology

缓存技术
1.
The existing data accessing buffer technology is analized.

通过分析现有数据访问缓存技术,针对存在的一些不足,提出了一个海量数据访问处理的框架模型,即通过综合运用各类数据缓存技术,使设计出的程序限制性地使用硬件资源,避免了过载宕机,提高数据的重用性,减轻数据库的访问负担。
2.
net and the standard of performance,then we discuss how to enhance the performance of Web application with Buffer technology.
net的工作原理与性能衡量标准,然后就如何利用缓存技术提高Web程序性能等问题进行了一些探讨。
5) caching

缓存技术
1.
Research on application of caching technology in mobile databases;

缓存技术在移动数据库中的应用研究
6) cache technology

缓存技术
1.
In order to improve the users recept and reduce the cost of the enterprises and the providers of the service,with the researches and analyses,people find that the cache technology is one of the most effective ways to improve the performance of the web app.
为提高用户的感受并降低企业和服务提供者的成本,经过研究和分析,发现缓存技术是在不增加成本的前提下提高Web应用系统性能的最有效的解决方案之一。
2.
Moreover, improving on the data structure of domain name can optimize local query; applying the cache technology and multi-duplicate technology can optimize remote query.
改进域名数据库的组织结构可以优化本地查询 ,采用缓存技术和多副本技术可以优化远程查询 ,通过对远程查询和本地查询的优化 ,从而缩短域名解析时间 ,提高域名系统的工作效率。
补充资料:高速缓存策略
NetRAID控制器具有两种高速缓存策略(CachePolicy),分别为CachedI/O(缓存I/O)和DirectI/O(直接I/O)。缓存I/O总是采用读取和写入策略,读取的时候常常是随意的进行缓存。直接I/O在读取新的数据时总是采用直接从磁盘读出的方法,如果一个数据单元被反复地读取,那么将选择一种适中的读取策略,并且读取的数据将被缓存起来。只有当读取的数据重复地被访问时,数据才会进入缓存,而在完全随机读取状态下,是不会有数据进入缓存的。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条