concurrency怎么读,concurrency的音标和真人发音
英音  [kən'kʌrənsɪ]    
美音 [kən'kʌrənsɪ]    

concurrency是什么意思,concurrency的意思是

n.并发(性)

concurrency 的用法和双语例句“点击”或“选中”例句中的单词,就可以看到词义解释

The never-ending need to scale is driving architectures towards pervasive concurrency .
永无休止的需求驱动着架构向大规模并发开发进行。
Applications must be highly available and scalable , requiring designs that support concurrency and distribution .
程序必须高度易用和可扩展,同时要求支持并发和分布式计算。
Java has built-in support for multithreading . But concurrency in java is still difficult .
尽管java内置了对多线程的支持,但java对并发性处理依旧困难。
The complexity in concurrency programming stems from the fact threads often needs to operate on the common data .
并发编程的复杂度取决于线程通常是需要对共有数据进行操作的。
Ideally , concurrency shouldn 't leak into the logic of programs we 're trying to write .
理想情况下,并发性不应该出现在我们所编写的程序逻辑中。
Parallel concurrency on such a scale is precisely what is needed in these multitasking , multimedia times .
如此规模的平行并发操作,正是这个多任务、多媒体时代所需要的。
We 're going through an inversion of scale in computing which is making parallelism and concurrency much more important .
我们正在经历一个计算量的倒转,这让并行和并发能力更加的重要。
Concurrency would be another thing we no longer worry about unless we want to , like memory management .
这样并发性就会变成另一件除非有特别需要否则就不用额外操心的事情,就像内存管理一样。
Most modern languages have an in-built concept of concurrency ; in java , it 's implemented using threads .
大多数现代编程语言都原生支持了并发,如在java中可以使用线程来实现这个功能。
Some of the same concurrency designs are also in useful in java multithreading .
相同的并发设计思想在java里面一样有用。