网页
图片
视频
学术
词典
地图
更多
航班
笔记本
concurrency
美 [kən'kʌrənsɪ]
英 [kən'kʌrənsɪ]
n.
〔计〕并发性
网络
并行;并行性;并发的
英汉
网络释义
n.
1.
〔计〕并发性,并行性
1.
并发
并发
(
concurrency
)指的是多个执行单元同时、并行被执行,而并发的执行单元对共享资源(硬件资源和软件上的全局变量、 …
linux.chinaunix.net
|
基于1832个网页
2.
并发性
并发性
(
concurrency
),又称共行性,是指能处理多个同时性活动的能力,并发事件之间不一定要同一时刻发生。并行(parallelis…
developer.51cto.com
|
基于350个网页
3.
并行
安全
并行
(
concurrency
)的设计: 一般而言,做出一个无并行错误(像race conditions 和 deadlocks)实作的论点是非常困难而 …
www.csie.kuas.edu.tw
|
基于243个网页
4.
并行性
并行性
(
concurrency
)是系统的一种性质,这类系统可以同时执行多个可能互相交互的计算。一些数学模型,如Petri网、进程 …
zh.wikipedia.org
|
基于218个网页
5.
并发的
数据库的共享是
并发的
(
concurrency
)共享,即多个用户可以同时存取数据库中的数据,甚至可以同时存取数据库中的同一个 …
baike.baidu.com
|
基于38个网页
6.
并发控制
... 数据的完整性检查(integrity) 数据库的
并发控制
(
concurrency
) 数据库的故障恢复 2. 数据库的故障恢复(recovery)P27…
www.docin.com
|
基于32个网页
7.
并发访问
隔离性概念主要面向对数据资源的
并发访问
(
Concurrency
),并兼顾影响事务的一致性。当两个事务或者更多事务同时访问同一 …
www.cnblogs.com
|
基于24个网页
8.
并发编程
...在"锁"线程的问题。不必担心一个线程的数据,被另一个线程修改,所以可以很放心地把工作分摊到多个线程,部署"
并发编程
…
www.ruanyifeng.com
|
基于19个网页
更多释义
收起释义
例句
释义:
全部
全部
,
〔计〕并发性
〔计〕并发性
,
并行
并行
,
并行性
并行性
,
并发的
并发的
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Academic
literature
studies
at least
a
dozen
concurrency
models
important
enough
to
go
into
production
.
学术
文献
研究
了
至少
十二
种
很
重要
的
投入
到
了
实际
应用
的
并发
模型
。
www.ibm.com
2.
At
any
time
,
the
concurrency
level
of
a
scheduler
is
equal
to
the
number
of virtual
processor
granted
to
it
by
the
Resource
Manager
.
在
任何
时候
,
计划
程序
的
并发
级别
等于
通过
资源
管理器
向
它
授予
的
虚拟处理器
数
。
msdn.microsoft.com
3.
This
technique
is
called
pipelining
,
and
is a
very
effective
way
of
exploiting
concurrency
in
a
general-purpose
processor
.
该
技术
被
称为
流水线
,
是
在
通用
处理器
中
采用
并行
算法
且
非常
有效
的
途径
。
hi.baidu.com
4.
InfoQ: Rubinius
seems
to be shipped with
a
wealth
of
concurrency
ideas
and
tools
-
threads
,
actors
, multivm
+
message
passing
IPC,
etc.
Rubinius
好像
有
了
很
丰富
的
并发
概念
和
工具
——
线程
、
actor
、
多
虚拟
机
+
消息
传递
IPC
等等
。
www.infoq.com
5.
And
she
said
there
's
still
latent
demand
,
and
if
the
login
servers
could
handle
the
load
concurrency
would be
even
higher
.
她
同时
说
,
如果
登录
服务器
可以
应付
更
高
的
并发
性
负载
的话
,
市场
仍
有
潜在
需求
。
article.yeeyan.org
6.
The
transaction
failed
to
commit
due
to the
failure
of
optimistic
concurrency
control
in
at least
one
of the resource managers
.
该
事务
没有
确认
,
因为
至少
一个
资源管理器
里
的
乐观
并发
控制
失败
。
www.kuenglish.info
7.
Another
aspect of
one
instance
supporting
multiple
users
is
the
matter
of
concurrency
.
一个
实例
支持
多个
用户
带来
的
另一方面
问题
是
并发
性
。
harmony.us.kg
8.
The
Concurrency
Runtime
also
enables
you
to
specify
scheduling
policies that
meet
the
quality
of
service
demands
of your
applications
.
并行
执行
阶段
也
可
让
您
指定
符合
应用程式
服务
品质
需求
的
排
程
原则
。
technet.microsoft.com
9.
This
may
result
in the
queuing
of
additional
requests until the long-lived
request
returns
,
freeing up the
concurrency
slot
.
这
可能
导致
其他
请求
排队
,
直到
那个
长
时间
请求
返回
,
让出
并发
位置
。
www.ibm.com
10.
MenTaLguY: At
this
point
in
history
,
concurrency
is
a
particularly
important
concern
,
and
I
think
Rubinius
reflects
that
.
从
历史
上
看
,
在
这
一点
上
,
并发
是
一个
非常
重要
的
东西
,
我
想
是
受
了
Rubinius
的
影响
。
www.infoq.com
1
2
3
4
5