• Leveraging the WebSphere dynacache infrastructure.

    利用WebSpheredynacache基础设施

    youdao

  • As with DynaCache, you need to use these resources with care.

    对于DynaCache需要小心使用这些资源

    youdao

  • To help with this problem, dynacache provides a feature called "disk offload".

    为了帮助解决这个问题dynacache提供了一个磁盘卸载”特性

    youdao

  • For example, data in DynaCache and the security subject cache are transmitted using DCS.

    例如使用DCS传输dynacache安全性主题缓存中的数据

    youdao

  • WebSphere Commerce uses dynacache to cache whole pages (JSPs), page fragments, and commands.

    WebSphereCommerce使用dynacache缓存整个页面JSP)、页面碎片命令

    youdao

  • There are different flavors of the dynacache infrastructure within WebSphere Application Server.

    WebSphereApplicationServer内有不同特点dynacache基础设施

    youdao

  • Typically, the dynacache-based Application Server topology has to keep the many dynacache instances in synch.

    通常,基于dynacacheApplicationServer拓扑同步保留许多dynacache实例

    youdao

  • Figure 2 shows the conceptual difference between the dynacache-based and eXtreme Scale-based caching topology.

    2显示了基于dynacache基于eXtreme Scale缓存拓扑概念上差异

    youdao

  • We showed how to use the WebSphere Application Server dynacache infrastructure in order to cache data in portlets.

    我们展示了如何使用WebSphereApplicationServerdynacache基础设施Portlet中缓存数据

    youdao

  • Each instance of dynacache contains the same, although not necessarily identical (more on this later), cache entries.

    每个dynacache实例含有相同并非一定要一样的(稍后详述)—缓存条目

    youdao

  • Example 3 builds upon Example 2 and also leverages dynacache, a Webphere extension used for caching response content.

    示例3构建示例2 基础之上,并且利用了动态缓存,即用于缓存响应内容Webphere扩展

    youdao

  • Thus, the dynacache service is not aware that the initial link is static or dynamic, and it simply serves the request.

    因此dynacache服务并不知道初始链接静态还是动态的,服务只是处理请求。

    youdao

  • Static URLs are converted using the URL_Mapper_File to the dynamic URLs before getting processed by the dynacache service.

    使用URL_Mapper_File将静态url转换为动态url之后,dynacache服务对其进行处理。

    youdao

  • Next, let's look at an example that uses both key generation mechanisms and stores the data using the dynacache infrastructure.

    接下来我们一个示例,它使用了这两种生成机制并且通过dynacache基础设施存储数据

    youdao

  • When the cache gets too large to fit into the JVM heap, dynacache disk offload writes the contents of the cache out to a file on disk.

    缓存大于jvm时,dynacache磁盘卸载会将缓存内容写到一个磁盘文件中。

    youdao

  • WebSphere Application Server dynacache with disk offload can provide WebSphere Commerce sites with excellent performance characteristics.

    含有磁盘负载的WebSphereApplicationServerdynacache能够 WebSphereCommerce网站提供卓越的性能特征。

    youdao

  • Dynamic cache or dynacache as it is often called, provides the capability to cache the output of different objects within your application.

    动态缓存通常dynacache能够缓存应用程序不同对象输出

    youdao

  • WebSphere Application server's DynaCache provides a general in-memory caching service for objects and page fragments generated by the server.

    WebSphereApplicationServerDynaCache服务器所生成对象分页分段提供了一个通用内存缓存服务

    youdao

  • Those services are DynaCache, memory to memory session replication, core groups, Web services caching, and stateful session bean persistence.

    这些服务DynaCache内存内存会话复制核心组Web服务缓存有状态会话Bean持久性

    youdao

  • Those services are DynaCache, memory-to-memory session replication, core groups, Web services caching, and stateful session bean persistence.

    这些服务DynaCache内存到内存会话复制核心组Web 服务缓存有状态会话bean持久化

    youdao

  • Now that you know how to cache data using the dynacache infrastructure, let's look at how you can generate the correct cache key in a portlet.

    既然已经了解如何使用dynacache基础设施缓存数据,现在我们一下如何在Portlet生成正确的缓存

    youdao

  • The example bookmark portlet shows how to use the different cache key scopes, and how to store the data with the WebSphere dynacache infrastructure.

    示例书签Portlet展示了如何使用不同缓存范围以及如何使用WebSpheredynacache基础设施存储数据

    youdao

  • The WebSphere Application Server dynamic cache service (often referred to as DynaCache) is an excellent example of using a side cache to improve performance.

    WebSphereApplicationServer动态缓存服务(常常称为dynacache)一个使用sidecache提高性能绝佳示例

    youdao

  • This tutorial shows you a simple and effective caching technique, based on a mature product feature, DynaCache, that will help you meet application performance requirements.

    教程将展示简单有效缓存技术DynaCache,它基于一个成熟产品特性能够帮助满足应用程序性能需要

    youdao

  • No, I didn't forgotten about these, but unfortunately, neither DynaCache nor Distributed Map provides an alternative to a 64-bit JVM when you need a large application server heap.

    没有忘记项,不过对于需要大型应用程序服务器的情况,DynaCacheDistributedMap没有提供64JVM替代方案。

    youdao

  • Try modifying WebSphere Application Server configuration parameters in one application at a time (such as HTTP cache, dynacache, and so on) to see how the changes affect the problem.

    尝试应用程序修改WebSphere ApplicationServer配置参数例如HTTP缓存、动态缓存等等),了解参数更改如何影响问题

    youdao

  • Dynacache is an in-process cache. Figure 1 illustrates that each member of the Application Server cluster contains its own instance of dynacache, including copies of each cache entry.

    dynacache一个进程内缓存1说明每个ApplicationServer集群成员包含自己dynacache实例包括每个缓存副本

    youdao

  • The key difference between a dynacache-based topology and the eXtreme Scale-based topology is that the latter has only a single cache instance that is populated by multiple application server JVMs.

    基于dynacache拓扑基于eXtreme Scale的拓扑主要区别后者只有一个缓存实例,其中含有多个应用程序服务器J VM

    youdao

  • Overall in our cold start tests, we observed that with eXtreme Scale, the WebSphere Commerce site tends to reach steady state in about 60% of the time required for dynacache - almost twice as fast!

    总的来说我们启动测试中我们注意到,使用eXtremeScale时WebSphereCommerce网站达到稳定状态所需时间使用dynacache所需时间的大约60%—几乎快两倍。

    youdao

  • To understand the remote cache rules, dynacache is notified by RRD to send a response header that is a representation of the remote application’s cachespec.xml file, the caching configuration file.

    了解远程缓存规则RRD将通知动态缓存发送响应标头远程应用程序cachespec.xml文件(即缓存配置文件)的表示形式。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定