The answer is to use the High Concurrency transaction strategy.
答案是使用High Concurrency事务策略。
The eviction algorithms are designed to perform well under high concurrency as well.
同时逐出(eviction)算法也在高并发的环境下具有良好的表现。
It is still enough to support the high concurrency of DB2 requests at 15,000 R6Mail users.
它还足以支持15,000个R 6Mail用户的DB 2请求的高并发率。
You can use two main techniques to implement the High Concurrency transaction strategy.
您可以使用两个主要技巧来实现High Concurrency事务策略。
Like the High Concurrency strategy, the High Performance strategy involves trade-offs to consider.
与高并发性策略类似,高性能策略也要考虑折衷的问题。
It also supports high concurrency, with thousands of users operating on the same database at the same time.
它也支持高强度的并发操作,可以同时允许数以千计的用户在同一个数据库进行操作。
Now I'll fix the code in Listing 1 by applying the High Concurrency transaction strategy's read-first technique.
现在,我将修复清单1中的代码,方法是应用High Concurrency事务策略的先读取技巧。
Like the API layer strategy, the High Concurrency strategy frees the client layer from any transaction responsibility.
与api层策略类似,High Concurrency策略释放了客户机层的任何事务责任。
In these circumstances, you would use the High Concurrency transaction strategy - the topic of this series' fifth article.
遇到这种情况,需要使用High Concurrency事务策略—本系列第5篇文章的主题。
If your application has high concurrency and your maximum pool size is too small, your connection pool will often experience waiting.
如果应用程序有高并发,而最大池大小又太小,连接池就会经常等待。
It avoids the large system overhead of Thread switching frequency under high concurrency, and improves the server's performance.
这样避免了在并发度较高的情况下,频繁的线程切换带来的大量系统开销,提高了服务器的性能。
The design transaction model and high concurrency control mechanism which guarantee correctness and consistency is the key in PDM.
解决PD M中对长周期设计事务的高度并发控制、保证设计数据的正确性和一致性是PD M中的关键技术。
Figure 1 illustrates the High Concurrency transaction strategy via the logical application stack I've used throughout the transaction strategies series.
图1通过我在事务策略系列中所使用的逻辑应用程序栈展示了High Concurrency事务策略。
The high concurrency strategy addresses high-concurrency requirements by reducing the transaction's scope to the lowest possible level in the architecture.
High Concurrency策略解决了高并发性需求,因为它能将事务在体系结构中的作用域尽可能减小。
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策略。
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事务策略的其他一些特性,以及实现它的两种方法。
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,您可能希望降低这个缺省值。
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.
如果在高并发性下进行测试,那么使用适当的线程延迟(等待时间),因为如果不这样做的话会加重设备的负担,并进而影响性能。
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.
可以这样说,异步通信在具有非常高的并发性的场景下可以实现更有效的资源使用,因为线程没有被打开并且可以实现更复杂的流控制。
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.
在实现具有高并发性要求的系统时,我们可以基于操作的要求采用更细粒度的锁定策略,从而减少资源争用。
To support high database concurrency, you need to reduce database locks and hold resources for as little time as possible.
要支持高数据库并发性,则需要减少数据库锁,并尽可能缩短保持资源的时间。
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.
从这些图可以看到,当并发性程度很高时,管理缓冲池的大小能够获得显著的性能提升。
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的处理器架构中获益。
Erlang makes concurrency easy and natural, but its syntax is poor, static, and high on ceremony.
Erlang使并发简单、自然,但它的语法贫乏、静态、因循守旧。
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.
假设修改相同文件的并发程度并不很高(多少依赖一点运气),那么后续的重试应该会成功,没有冲突。
To support high-throughput and high-user-concurrency requirements in an application or subsystem, you need high database concurrency.
为了在应用程序或子系统中支持高吞吐量和高用户并发性,您需要高数据库并发性。
As the name implies, this strategy is used primarily in applications that support a high degree of concurrency from a user perspective.
顾名思义,此策略主要在从用户的角度支持高度并发性的应用程序中使用。
But obtaining and holding locks in the database is only part of the high-concurrency story.
但是,获取并在数据库中保留锁仅仅是高并发性任务的一个部分。
These symptoms are usually found in a high-concurrency environment where an application must process a large user volume or load.
这些症状经常出现在高并发性环境中,在这种环境中,应用程序必须处理庞大的用户量或负载。
The code in Listing 1 might work perfectly well in an environment without high-user-concurrency or high-throughput requirements.
清单1中的代码在没有高用户并发性或高吞吐量需求的环境中可能会非常出色地运行。
应用推荐