• The answer is to use the High Concurrency transaction strategy.

    答案使用High Concurrency事务策略。

    youdao

  • The eviction algorithms are designed to perform well under high concurrency as well.

    同时逐出(eviction)算法并发的环境下具有良好的表现

    youdao

  • It is still enough to support the high concurrency of DB2 requests at 15,000 R6Mail users.

    足以支持15,000个R 6Mail用户DB 2请求并发率。

    youdao

  • You can use two main techniques to implement the High Concurrency transaction strategy.

    可以使用两个主要技巧实现High Concurrency事务策略。

    youdao

  • Like the High Concurrency strategy, the High Performance strategy involves trade-offs to consider.

    并发性策略类似,高性能策略也考虑折衷的问题。

    youdao

  • It also supports high concurrency, with thousands of users operating on the same database at the same time.

    支持强度并发操作,可以同时允许数以千计的用户同一个数据库进行操作。

    youdao

  • Now I'll fix the code in Listing 1 by applying the High Concurrency transaction strategy's read-first technique.

    现在修复清单1中的代码,方法是应用High Concurrency事务策略先读取技巧。

    youdao

  • Like the API layer strategy, the High Concurrency strategy frees the client layer from any transaction responsibility.

    api策略类似High Concurrency策略释放客户机层的任何事务责任。

    youdao

  • In these circumstances, you would use the High Concurrency transaction strategy - the topic of this series' fifth article.

    遇到这种情况,需要使用High Concurrency事务策略系列第5篇文章主题

    youdao

  • If your application has high concurrency and your maximum pool size is too small, your connection pool will often experience waiting.

    如果应用程序并发最大大小太小,连接就会经常等待

    youdao

  • It avoids the large system overhead of Thread switching frequency under high concurrency, and improves the server's performance.

    这样避免了并发较高情况下,频繁线程切换带来的大量系统开销提高了服务器性能

    youdao

  • The design transaction model and high concurrency control mechanism which guarantee correctness and consistency is the key in PDM.

    解决PD M中对长周期设计事务高度并发控制保证设计数据的正确性一致性PD M中的关键技术

    youdao

  • Figure 1 illustrates the High Concurrency transaction strategy via the logical application stack I've used throughout the transaction strategies series.

    1通过事务策略系列中使用逻辑应用程序展示High Concurrency事务策略。

    youdao

  • The high concurrency strategy addresses high-concurrency requirements by reducing the transaction's scope to the lowest possible level in the architecture.

    High Concurrency策略解决了高并发需求,因为它能事务体系结构中的作用域尽可能减小

    youdao

  • If you find you are experiencing poor throughput, poor performance, high wait times, or even deadlocks, then start moving to the high Concurrency strategy.

    如果发现吞吐量性能较第、等待次数非常多,或者甚至出现死要准备迁移High Concurrency策略

    youdao

  • In the rest of the article, I'll show you some of the other characteristics of the High Concurrency transaction strategy and two approaches to implementing it.

    本文其余部分,介绍High Concurrency事务策略其他一些特性以及实现它的两种方法。

    youdao

  • In fact, for high concurrency OLTP, you may want to decrease this value from the default. When further investigation is needed, you can issue the following command.

    事实上对于并发性OLTP可能希望降低这个缺省

    youdao

  • Use appropriate thread delay (wait time) in-case you are testing with high concurrency, since by not doing so you are stressing the device and it will affect the performance.

    如果在并发性进行测试,那么使用适当的线程延迟(等待时间),因为如果这样做的话加重设备的负担,进而影响性能。

    youdao

  • It can be argued also that it provides more efficient use of resources in very high concurrency situations since threads are not held open and more complex flow control can be implemented.

    可以这样说,异步通信具有非常并发性的场景下可以实现有效资源使用因为线程没有打开并且可以实现更复杂控制

    youdao

  • In implementing systems with high concurrency requirements we can devise finer grained locking strategies based on the access requirements of the operations, hence reducing contention for resources.

    实现具有并发性要求系统时,我们可以基于操作的要求采用更粒度的锁定策略,从而减少资源争用。

    youdao

  • To support high database concurrency, you need to reduce database locks and hold resources for as little time as possible.

    支持数据库并发性需要减少数据库尽可能缩短保持资源时间

    youdao

  • We can see from the figures that there appears to be a significant benefit to managing the buffer pool size when there's a high degree of concurrency.

    这些可以看到并发性程度很高时,管理缓冲大小能够获得显著的性能提升。

    youdao

  • WebSphere Commerce workloads benefit from processor architectures that provide for a high degree of concurrency and fast access to large amounts of RAM.

    WebSphereCommerce工作负载提供并发性快速访问大量RAM处理器架构获益

    youdao

  • Erlang makes concurrency easy and natural, but its syntax is poor, static, and high on ceremony.

    Erlang使并发简单自然语法贫乏静态、因循守旧。

    youdao

  • Assuming that the degree of concurrency to modify the same files is not very high (as well as relying on a bit of luck), a subsequent retry should succeed without conflicts.

    假设修改相同文件并发程度并不很高(多少依赖一点运气),那么后续重试应该会成功没有冲突

    youdao

  • To support high-throughput and high-user-concurrency requirements in an application or subsystem, you need high database concurrency.

    为了应用程序子系统中支持高吞吐量用户并发性,需要数据库并发性。

    youdao

  • As the name implies, this strategy is used primarily in applications that support a high degree of concurrency from a user perspective.

    顾名思义策略主要用户角度支持高度并发性应用程序中使用

    youdao

  • But obtaining and holding locks in the database is only part of the high-concurrency story.

    但是获取数据库中保留仅仅并发性任务一个部分

    youdao

  • These symptoms are usually found in a high-concurrency environment where an application must process a large user volume or load.

    这些症状经常出现并发性环境中,这种环境中,应用程序必须处理庞大用户量负载。

    youdao

  • The code in Listing 1 might work perfectly well in an environment without high-user-concurrency or high-throughput requirements.

    清单1中的代码在没有高用户并发吞吐量需求的环境可能会非常出色地运行

    youdao

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

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

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