concurrency
英音[ kənˈkʌrənsɪ ] 美音[ kənˈkɜːrənsi ]

并发性

常用释义

词性释义

n.

[计] 并发性;同时发生
例句
  • 全部
  • 并发性
  • 并行性
  • 并发数
1·When mutable state goes away, almost all concurrency problems go away with it.
可变状态消失时,差不多所有的并发性问题也随之消失。
2·Shares some or all of the resources used by the system (i.e., concurrency).
分享一些或所有的系统使用的资源(例如:并发性)。
3·Even in the absence of system failures, there is another risk worth discussing in the above code — concurrency.
甚至在系统没有发生故障时,上面讨论的代码还有另一种风险——并发性。
4·These registry variables can improve concurrency, but can also impact the behavior of the application.
这些变量可以改善并发性,但是也会影响到应用程序的行为。
5·One symptom of insufficient concurrency and insufficient connection pool size is an idle CPU.
并发性不足和连接池大小不足的一个症状是CPU闲置。
1·To avoid this problem, you should apply an access intent policy that supports optimistic concurrency.
要避免这个问题,您就需要应用访问目的策略,来支持优化的并行性。
2·In typical usage, processes are used to support concurrency.
在典型使用中,进程用于支持并行性。
3·MochiWeb makes use of the process system to support the concurrency, and USES messages to help process the requests and accumulate the results.
MochiWeb利用进程系统支持并行性,利用消息来帮助处理请求和收集结果。
4·Internally Erlang handles the concurrency issue by creating small lightweight executions called processes.
Erlang在内部通过创建称为进程的小型轻量级执行来处理并行性问题。
5·It makes use of many of the features of the Erlang that have been covered in this article, including the use messaging and processes to provide high performance with a high level of concurrency.
它利用了本文所述的许多erlang特性,包括使用消息传递和进程来提供高性能与高级并行性。
1·Increasing the concurrency beyond this value will increase the transaction response time as threads compete for CPU time, and not actually yield any throughput improvement.
当并发数增加到超过该值时,由于线程争用CPU时间,所以事务响应时间将增加,因而实际上并未带来任何吞吐量方面的改进。
2·If our transaction is CPU-bound, then the productive concurrency is likely to be at most two or three times the number of available processors.
如果我们的事务是CPU限制的,则生产并发数可能最多比可用处理器数多两三倍。
3·The Maximum Messages value is set on the listener port, along with the Maximum Sessions concurrency setting.
在侦听器端口设置最大消息值及最大会话并发数。
4·Unfortunately, it is difficult to estimate the amount of concurrency supported by a single dispatcher thread on this kind of system.
遗憾的是,难以评估这种系统中单个调度程序线程支持的并发数。
5·Page Load Time = (Number of Requests / Concurrency) * Latency + Page Total Size / Bandwidth
页面加载时间 = (请求数 / 并发数)* 延迟时间 + 页面总大小 / 带宽
网络释义

并发

并发concurrency)指的是多个执行单元同时、并行被执行,而并发的执行单元对共享资源(硬件资源和软件上的全局变量、 …

并发性

并发性(concurrency),又称共行性,是指能处理多个同时性活动的能力,并发事件之间不一定要同一时刻发生。并行(parallelis…

并行

安全并行concurrency)的设计: 一般而言,做出一个无并行错误(像race conditions 和 deadlocks)实作的论点是非常困难而 …

并行性

并行性concurrency)是系统的一种性质,这类系统可以同时执行多个可能互相交互的计算。一些数学模型,如Petri网、进程 …

并发的

数据库的共享是并发的concurrency)共享,即多个用户可以同时存取数据库中的数据,甚至可以同时存取数据库中的同一个 …

并发控制

... 数据的完整性检查(integrity) 数据库的并发控制concurrency) 数据库的故障恢复 2. 数据库的故障恢复(recovery)P27…

并发访问

隔离性概念主要面向对数据资源的并发访问(Concurrency),并兼顾影响事务的一致性。当两个事务或者更多事务同时访问同一 …

并发编程

...在"锁"线程的问题。不必担心一个线程的数据,被另一个线程修改,所以可以很放心地把工作分摊到多个线程,部署"并发编程
常用短语
concurrency control
concurrency control - 并发控制
同义词
n.
[计]并发性;同时发生
更新时间:2025-05-01 06:58