asynchronous
adj. [电] 异步的;不同时的;不同期的
2026-04-12 14:21 浏览次数 14
adj. [电] 异步的;不同时的;不同期的
asynchronous machine异步电机;[电] 异步机
asynchronous message异步消息
asynchronous transfer mode[计][通信] 异步传输模式
asynchronous generator[电] 异步发电机
asynchronous mode异步方式
asynchronous condenser[电]
asynchronous moniker异步名字对象
asynchronous operation[计] 异步操作
asynchronous transmission[计][通信] 异步传输,[通信][计] 异步发送
asynchronous motor[电] 异步电动机,异步马达;感应电动机
ASYNCHRONOUS SOUND非同步声
asynchronous communication[通信][计] 异步通信;非同步通讯
three phase asynchronous motor三相异步电动机
asynchronous computer异步电脑,[计] 异步计算机
Asynchronous Device[计] 异步装置
in asynchronous invoke client sends the message to the service and the service consumes it.
在异步调用中,客户机将消息发送到服务,服务然后使用该消息。
for this reason, cloud management systems need to have the ability to handle long running tasks and maintain asynchronous communications with the user.
由于这个原因,云计算管理系统需要拥有处理长时运行任务并与用户保持异步通信的能力。
the example messages in figure 5 show synchronous messages; however, in sequence diagrams you can model asynchronous messages, too.
图5中的消息实例显示同步消息;然而,在序列图中,你也能为异步消息建模。
in this code you see the asynchronous version of your interface being called.
在这段代码中,您看到了被调用接口的异步版本。
scalability: the processing of the asynchronous work happens on the grid nodes themselves.
可伸缩性:异步工作的处理在网格节点本身上发生。
most of the benefits above can be attained in some form with other asynchronous frameworks, but usually with greater expense and a steeper learning curve.
上述大多数好处都可以通过其他异步框架以某种形式实现,但通常需要更大的成本和更陡的学习曲线。
a recipe construct can invoke another recipe construct in an asynchronous manner—that is, a recipe construct can start the execution of another recipe construct in a separate thread of execution.
配方构造可以用异步方式调用另一个配方构造 —就是说,一个配方构造可以在单独的执行线程中启动另一个配方构造的执行。
for example, you might have a synchronous replica on another machine in the same data center, and an asynchronous replica on a machine in another data center.
例如,您可以在同一个数据中心的另一台机器上选择同步复制,而在另一个数据中心的机器上选择异步复制。
blocking and non-blocking sockets roughly correspond to synchronous and asynchronous processing, but not at the network level—it is at the os level.
阻塞和非阻塞套接字大致上对应于同步和异步处理,但并不是在网络级别,而是在操作系统级别。
however, due to the inherent asynchronous nature of traditional replication solutions, i have chosen to describe this scenario in the failover section.
但是,由于传统复制解决方案固有的异步本性,我选择了在故障转移小节描述这个场景。
synchronous and asynchronous delivery support.
同步和异步交付支持。
this means that by using asynchronous workflows correctly you will be able to harness some of this extra processing power.
这意味着,通过正确利用异步工作流,你将能够充分使用这些额外的处理器能力。
consider at design time how you will deal with asynchronous server responses.
所以在设计时请考虑如何处理异步的服务器响应。
this complication is due to the asynchronous nature of signal generation.
这一困难的原因在于信号生成本质上异步的。
while gae does have some rules that you might not be accustomed to, like the 30-second request-response guideline, it also provides mechanisms for handling them, like asynchronous queues.
虽然gae确实有一些您可能不习惯的规则,如30秒请求 —响应準则,但是它也为处理这些规则提供了机制,如异步队列。
verify that synchronous and asynchronous service calls are logging invocation confirmation messages to console output, as shown in figure 19.
验证同步和异步服务调用正在将调用确认消息记录到控制台输出,如图19所示。
communication is asynchronous because components or clients can send or receive messages without waiting for an acknowledgment from the recipient.
通信是异步的,因为组件或客户机可以发送或接收消息而无需等待接收方的认可。
through this, a single event or event sequence can trigger a series of asynchronous activities.
通过这样,单个事件或事件序列都可能触发一系列异步活动。
the advantage of this solution is that it provides everything from asynchronous replication that is not best effort to guaranteed synchronous transactional replication.
此解决方案的优势在于,它提供从非尽力服务的异步服务到有保证的同步事务复制的所有选择。
in general, asynchronous dispatching is required in only one of these implementations.
一般地,在这些实现中只有一个需要异步分派。
server push is a mechanism of sending the data from server to client in an asynchronous fashion.
服务器推送是一个将数据以异步模式从服务器发送到客户机的机制。
if you must take action relatively quickly after an event occurs or data changes, asynchronous messaging is by far the easier and more efficient way to accomplish this.
如果在事件发生或数据更改之后必须采取相对迅速的行动,那么异步消息传递是完成这一任务更容易和更有效的方法。
consider using it if you have a bunch of short asynchronous tasks.
如果您有很多短期的异步任务,可以考虑使用它。
since the 「locals」 used by an asynchronous functions are actually fields on an anonymous class, they must be retained for the duration of the call.
由于在异步函数中所使用的「局部变量」实际上是某个匿名类中的字段,因此在调用期间它们必须被保留。