What is the translation of " CONCURRENCY " in English?

Examples of using Concurrency in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
现在就得到JavaConcurrencyinPractice。
Java concurrency in practice/.
Concurrency完全不同于Parallelism。
Concurrency is different than parallelism.
现在就得到JavaConcurrencyinPractice。
I received Java Concurrency in Practice.
并发(concurrency)不是并行(parallelism)。
Operations are concurrent(not parallel).
现在就得到JavaConcurrencyinPractice。
After that, Java Concurrency in Practice.
Concurrency完全不同于Parallelism。
Of concurrency is different from parallelism.
现在就得到JavaConcurrencyinPractice。
It has to be Java Concurrency in Practice.
这个用术语讲就是MVCC(MultiVersionConcurrencyControl)。
Clustrix is MVCC(Multi-Version Concurrency Control).
现在就得到JavaConcurrencyinPractice。
Another good source is Java Concurrency in Practice.
Concurrency指的是两个或以上的任务,可以在一个重叠时间内启动、执行和结束。
Concurrency is when two tasks can start, run, and complete in overlapping time periods.
多版本并发控制(MultiversionConcurrencyControl)。
Support simultaneous read and write(Multiversion concurrency control).
当涉及到写回数据,我们可是使用乐观锁(Optimisticconcurrency)。
When it comes to writing data back,we can make use of Optimistic concurrency.
关于更多GCD和操作对象的信息,你可以查阅“ConcurrencyProgrammingGuid“。
For more information about GCD and operation objects, see Concurrency Programming Guide.
有关包含代码示例的该主题的详细讨论,请参阅OptimisticConcurrency
For a detailed discussion on this topic including a code example,see Optimistic Concurrency.
InfoQq也询问了Aspinall是否了解BrianGoetz的concurrencyannotations项目。
InfoQ also asked Aspinall ifThreadSafe is aware of Brian Goetz's concurrency annotations.
X是一个事件驱动的、非阻塞的框架,它可以使用最少的线程来处理大量的concurrency
X is an event-driven and non-blocking framework, it can handle a lot of concurrencies using only a minimal number of threads.
你甚至可以使用optimisticconcurrencycontrol确保你的变化不会与其他用户的变化发生冲突:.
You can even use optimistic concurrency control to ensure that your change doesn't conflict with the changes from another user:.
Innodb_thread_concurrency=nInnoDB驱动程序能够同时使用的最大线程个数(默认设置是8)。
Innodb_thread_concurrency= n InnoDB to drive the maximum number of threads to a program can use at the same time(default is 8).
JoeArmstrong是Erlang语言设计者,"ConcurrencyOrientedProgramming"这一概念也由他定义。
Joe Armstrong is the principal inventor of the Erlang programming Language andcoined the term"Concurrency Oriented Programming".
这是最高级的java并发课程,它基于经典java书籍,BrianGoetz和其公司的《JavaConcurrencyinPractice》。
It's one the most advanced courses on Java concurrency and also based on the classic book, Java Concurrency in Practice by Brian Goetz and company.
C++名空间concurrency中的并行编程技术能使开发者利用这些新架构。
The parallel programming support in the C++ concurrency namespace enables developers to take advantage of these new architectures.
当前解决方法是通过innodb_thread_concurrency参数,但是该参数自身也存在锁争用,同样影响了MySQL的性能。
The current solution is through the innodb_thread_concurrency parameter, but this parameter has its own lock contention, also affect the performance of MySQL.
假设有两个web程序并行运行,每一个都同时处理所有商品的销售,如图图7“Consequenceofnoconcurrencycontrol”所示。
Imagine two web processes, running in parallel, both processing the sale of one widget each,as shown in Figure 7,“Consequence of no concurrency control”.
我们使用该种特性来实现并行控制的多版本(multiversionconcurrencycontro,简称MVCC):当一个事务中的变异被应用时,它们的交易事务之时间戳就被附带写到该值。
This feature to implement multiversion concurrency control(MVCC): when mutations within a transaction are applied, the values are written at the timestamp of their transaction.
对ExecutorFramework的完整处理超出了本书的范围,但感兴趣的读者可以参考JavaConcurrencyinPractice。
A complete treatment of the Executor Framework is beyond the scope of this book,but the interested reader is directed to Java Concurrency in Practice.
Results: 25, Time: 0.0171

Top dictionary queries

Chinese - English