asynchronously

asynchronously

美 [e'sɪŋkrənəslɪ]  英 [eɪˈsɪŋkrənəslɪ]

  • adv.异步方式
  • 网络非同步;异步处理;非同步地

英汉解释

adv.
1.
异步方式

例句

Placing a TQ operator directly above such a SHIP operator in a plan enables the SHIP to be processed asynchronously.

一个TQ操作符直接计划一个SHIP操作符之上可以使SHIP操作符异步处理

Often the user interface does not seem to support making calls asynchronously, since the UI is blocking on a call that may take a while.

通常用户接口不能支持异步调用因为UI阻碍调用可能等候一段时间

Of course these tasks were always possible with HTML forms, but Ajax makes it easy to send data asynchronously in the background.

当然这些任务总是能够通过HTML形式实现但是Ajax更加便捷后台异步发送数据

Messages can be sent asynchronously and placed in a message queue or pile until you are ready to "process" them.

消息异步发送放置一个消息队列直至准备处理它们

In Flex all calls to the server are performed asynchronously, so none of these channels affect the performance of the client.

Flex所有服务器调用都是异步执行因此这些管道不会客户端性能造成任何影响

The interaction we built in this example was "one-way, " meaning the request message was sent asynchronously without any response.

我们在此示例构建交互单向”,请求消息异步方式发出没有任何响应

Because event notifications execute asynchronously, these actions do not consume any resources defined by the immediate transaction.

由于事件通知异步执行因此这些操作占用即时事务定义任何资源

The heart of a ESB is an enterprise messaging backbone that can asynchronously transport data as messages.

ESB核心企业消息传输主干异步数据作为消息传送

A secondary or subordinate system, usually capable of operating independently of, or asynchronously with, a controlling system.

一种辅助系统从属系统通常能够独立控制系统工作或者控制系统一起进行异步操作

That thread can be freed up to execute other code if the Web service method is implemented asynchronously.

如果异步实现Web服务方法线程即可释放转而执行其他代码

An application should catch instances of this class only if it must clean up after being terminated asynchronously.

如果实例异步结束必须清除应用程序应当捕获实例

Application messages are delivered asynchronously through a simple callback mechanism and are provided only in byte array payload format.

应用程序消息通过一个简单回调机制异步传递并且字节数组有效负载格式提供

This allows you to build up various parts of the XML document asynchronously and output them all at once.

允许异步构建XML文档各个部分同时输出它们

Only that part of a Web page that needs to be updated is altered, and the update is done locally, if possible, and asynchronously.

页面只有需要更新部分更改如果可能的话更新本地完成并且异步

Blocks will not be aborted asynchronously but immediately upon exit from one of these categories.

发出调用不会异步中止这些类别之一退出立即终止

In the absence of explicit coordination, threads execute simultaneously and asynchronously with respect to one another.

由于缺乏详尽协作线程其他线程同步异步执行

This code simulates a situation where the request is waiting for an event to arrive asynchronously from another part of the application.

代码模拟请求等待来自应用程序不同部分异步事件

Usage Statistics - Anonymously tracks and asynchronously reports content usage to provide valuable metrics for your business.

匿名统计影片播放报表同步),提供业务使用

It even does all of this asynchronously: changes in the HTML form are bound to the XML model and sent to the server for synchronization.

而且异步执行HTML表单变化绑定XML模型然后发送服务器实现同步

Regardless of whether a Web service method is implemented asynchronously, clients can communicate with it asynchronously.

不论Web服务方法是否异步方式执行客户端进行异步通信

In the example, I wrapped my tweet search and printing actions into a closure, then invoked it asynchronously for each query.

包装tweet搜索操作包装一个闭包然后每个查询异步调用

When the user first clicks over to the page the report won't be ready yet, of course, so I'll have to load it up asynchronously.

用户第一单击页面报告尚未准备好当然不得不异步加载

At some point we may change the commands to asynchronously move the data which would not cause other jobs to wait for the move to complete.

某个时候我们可以修改命令异步移动数据这样可以其他任务不必等待数据移动操作完成

Such operations are invoked asynchronously and there is no guarantee about the sequence of these invocations.

操作采用异步方式调用不能保证这些调用顺序

The processing modules may send packets to one another via a common packet interface and may operate asynchronously.

处理模块可以通过公共分组接口彼此发送分组并且异步进行操作

Now the server can be contacted asynchronously, thus the entire page does not have to be re-requested.

现在服务器可以异步通信因此不必重新请求整个页面

The delegate is called asynchronously, and this method returns immediately.

异步调用委托并且方法立即返回

Custom events allow the event to call its event handlers asynchronously.

定义事件允许事件异步调用事件处理程序

Servlets are invoked asynchronously in relation to the main logical sequence of a web application.

Servlets根据web应用程序逻辑顺序异步调用

And can be used to create an emitter and all the appropriate resources required to send events asynchronously.

可以用来创建发射器以及异步发送事件需要所有适当资源

In the case of asynchronously executed requests, the execution model gets a little complex.

异步执行请求执行模型稍微复杂一点

The JIT compilation of a Java method now occurs asynchronously on a dedicated thread separate from the calling thread.

Java方法JIT编译现在一个独立进行调用线程专用线异步执行

This means the callback function itself can execute asynchronously with respect to its caller for such contexts.

意味对于这样上下文回调函数本身可以相对调用异步执行

Xajax is used to communicate asynchronously between a client application and a server side application composed of PHP scripts.

Xajax用于PHP脚本编写客户机应用程序服务器应用程序之间进行异步通信

Observer was then applied to support notification of events asynchronously to multiple subscribers using well-defined interfaces.

观察器此后得到应用使用经过良好定义接口支持多个订阅者异步发出事件通知

Method asynchronously queries a DNS server for the IP addresses that are associated with a host name.

方法DNS服务器查询某个主机关联IP地址

Using Ajax, you can load the results for the next page asynchronously, and update the page accordingly.

使用Ajax可以异步加载结果相应更新页面

You also tell the open method that you want to perform the operation asynchronously, as shown in Listing 4.

告诉open方法我们希望异步执行操作清单4。

Google App Engine provides a queuing mechanism that allows tasks to be processed asynchronously in the background.

Google应用程序引擎提供可以后台任务异步处理排队机制

You can configure DWR to call the server synchronously or asynchronously in the background.

可以配置DWR后台同步异步方式呼叫服务器