• 直觉上这个问题有些类似缓存一致性

    Intuitively this problem is very similar to the cache coherency problem.

    youdao

  • 本文提出了一个基于目录高速缓存一致性协议改进方案。

    The Improvement of Directory-based Cache Coherence Protocol is put forward in this paper.

    youdao

  • 高速缓存一致性协议用于解决多个高速缓存一致性问题

    Cache coherence protocols are used to solve the incoherence problem of several Caches.

    youdao

  • 移动计算环境中保证缓存有效性一个重要因素就是维护缓存一致性

    In mobile computing environment, one of the important factors to ensure cache validity is maintaining cache coherency.

    youdao

  • 避免系统死锁前提下设计基于目录无效使协议,并证明保证了缓存一致性

    After a sufficient condition of the deadlock-free design has been given, the directory-based invalidate cache coherence protocol is introduced and its cache coherence is verified using belief.

    youdao

  • 为了提高性能当前高速缓存一致性协议允许事务分成多个阶段,支持多个请求同时并存。

    To enable higher performance, current cache coherence protocols allow transactions to be split and allow multiple outstanding requests.

    youdao

  • 分布式管理机制实现了GOS之间数据访问同步协调,写通写—无效数据更新策略保证GOS缓存一致性

    The distributed lock system is used to synchronize GOS steps when accessing data. The consistency of the distributed cache is guaranteed by updating strategies of write-through and write-invalidate.

    youdao

  • 最后通过模拟测试,比较不同的缓存一致性控制算法特点性能,证明存在数据竞争的情况下,P 2pbcc要优于其他算法。

    Finally, we simulation some algorithms, and compare their character and performance. P2PBCC outperforms the other ones while there is data contention among clients.

    youdao

  • 每个pod具有自己处理器内存通过条高速缓存一致性互连总线(cache - coherent interconnect bus)连接较大系统

    Each pod has its own processors and memory, and is connected to the larger system through a cache-coherent interconnect bus.

    youdao

  • 通过分析传统缓存一致性策略,提出一种基于对等移动客户端的缓存策略基于窗口时间策略的基础,引入对等客户端的概念,使得每个移动客户端可以作为临时的虚拟服务器,来发送缓存信息。

    In this paper, we analyzed the traditional cache coherency scheme, and described a cache scheme based on peer mobile client, which applied the new concept on the time stamp scheme based on Windows.

    youdao

  • 缓存缺乏一致性情况下不同处理器可以看到在内存同一位置处有两种不同的值。

    In the absence of cache coherency, two different processors may see two different values for the same location in memory.

    youdao

  • Sinatra模板渲染中采用的是Tilt框架,从而可以支持模板缓存一致性模板堆叠新的模板引擎

    Sinatra's use of the Tilt framework for template rendering adds support for template caching, for consistent template backtraces, and for new template engines.

    youdao

  • ActiveSpace使用ActiveCluster保持缓存内容(例如实体bean部署JNDI目录信息)一致性

    ActiveSpace also USES ActiveCluster to preserve the consistency of caches holding, such as entity bean, deployment, and JNDI directory information.

    youdao

  • WebSphereeXtremeScale提供了极其强大的一致性分布式缓存

    WebSphere extreme Scale provides an extremely powerful coherent distributed cache.

    youdao

  • 这个区域存在一个潜在问题因为不能保证缓存之间数据一致性

    This region does face a potential problem because the region does not guarantee data consistency between caches.

    youdao

  • 通过合适配置DRS可以在整个集群范围内复制缓存对象保持缓存数据一致性

    By configuring correctly, DRS replicates the cached object across the whole cluster and keeps the consistency of the cached data.

    youdao

  • 过程有助于防止缓存数据库之间出现数据一致性

    This procedure helps to prevent data inconsistencies between the cache and database.

    youdao

  • 缓存对象生命周期跨越数据访问缓存中的数据一致性决定

    The lifetime of objects in the cache is determined by the consistency of the data in the cache across a set of accesses to the data.

    youdao

  • 一个J2SE环境中如果语句缓存太小批量可能会因语句缓存中的一致性收到SQL异常

    In a J2SE environment, if the statement cache is too small or the batch size too large, you may receive SQL exceptions resulting from inconsistencies in the statement cache.

    youdao

  • 这种模式可以提高性能有助于保持缓存中的数据之间一致性底层数据存储数据。

    This pattern can improve performance and also helps to maintain consistency between data held in the cache and the data in the underlying data store.

    youdao

  • AriEhcache可以作为本地缓存开发者可以使用其提升结点结点应用性能(这种情况下,缓存中的数据一致性可以接受的)。

    Ari said that Ehcache can serve as a local cache that the developers can use to boost the performance of single node or multi-node applications where inconsistent data in the cache is acceptable.

    youdao

  • 缓存数据一致性非常重要的场合下,可以通过TerracottaServerArray实现分布式Ehcache这样开发者就拥有了能够维护数据一致性的分布式缓存

    In cases where cache data consistency is important, Ehcache can be distributed using the Terracotta Server Array. This gives developers a distributed cache that maintains data coherence.

    youdao

  • 然后针对数据同步技术缓存一致性技术、可变一致性复制机制进行不同程度研究

    Thence it is processed variant degree research on data synchronism technology, cache consistency technology and variable consistency server replication.

    youdao

  • 对象缓存需要解决诸如系统可伸缩性数据完整性,数据一致性以及数据的容错性

    So object cache must solve problems in system scalability, data integrity, data consistency and data fault tolerance etc.

    youdao

  • 描述该框架组成结构工作原理,对缓存设计时需要解决透明性一致性替换算法预取策略主要问题进行讨论并给出性能测试分析。

    It describes in structure and principle of ABWC and discusses transparency, consistency, replacement algorithm, prefetching policy and other main problems which need to be solved in cache designing.

    youdao

  • 客户缓存实现一些关键性问题一致性查找替换等进行了研究,给出解决方案,并此基础上实现了一个客户端缓存原型系统。

    The resolutions of the key problems such as consistency, searching and replacement of client caching are presented with the implementation of the client caching prototype.

    youdao

  • 明确地一个DMA确保一致性无效之前缓存层次结构物理内存区域

    Explicitly invalidate a region of physical memory from the cache hierarchy before doing a DMA, to ensure coherency.

    youdao

  • 设计使用基于查询相关查询的缓存代替传统缓存,对于缓存的结构、查询匹配、一致性维护策略替换策略均作详细设计。

    Using correlative query cache to replace tradition cache, the article designs and implements the cache structure, query matching, strategy of consistency and strategy of replacement.

    youdao

  • 多处理嚣系统中,高速缓存一致性协议很重要的。

    It is important for Cache Coherence Protocol in Multiprocessor Systems.

    youdao

  • 多处理嚣系统中,高速缓存一致性协议很重要的。

    It is important for Cache Coherence Protocol in Multiprocessor Systems.

    youdao

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

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

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