• Asynchronous call back - client issues a request and the target will call a service implemented by the client with the response.

    异步回调——客户机发出请求,目标将调用使用响应调用客户机实现的服务。

    youdao

  • In the asynchronous with deferred response invocation, the invoked service USES a new thread of execution.

    在带延迟响应调用的异步调用中,被调用的服务使用新的执行线程。

    youdao

  • Asynchronous - the consumer USES a pair of threads to invoke the service; one thread sends the request, then a separate thread receives the response.

    异步——使用者通过两个线程调用服务;一个线程发送请求,而另一个单独的线程接收响应。

    youdao

  • Asynchronous - If the consumer crashes while waiting for the response after sending the request, when it restarts it can continue waiting for the response, so the response is not lost.

    异步——如果使用者在发送了请求之后等待响应时崩溃了,当它重新启动时,可以继续等待响应,所以响应不会丢失。

    youdao

  • Whether the invocation style is synchronous request response or asynchronous message based.

    调用样式是同步请求响应还是基于异步消息。

    youdao

  • In asynchronous messaging, the client or client object sends a message to the target application, but doesn't wait for the response to continue its work.

    在异步消息传递中,客户端或客户端对象将消息发送到目标应用程序,但是不等待响应就继续其工作。

    youdao

  • The additional information need to correlate request and response in the HTTPR asynchronous (or pseudo-synchronous) environment is put into the HTTPR message context header.

    需要将httpr异步(或伪同步)环境中的请求与响应关联起来的附加信息被放进了HTTPR消息上下文头中。

    youdao

  • It is also possible to have asynchronous service interactions, in which the service requester does not wait for a response but expects it to be delivered later.

    也可能有异步服务互操作,在异步服务互操作中服务请求者不等待响应,而是期望以后交付响应。

    youdao

  • Similarly, if the mediation component is invoked by a client using the asynchronous with deferred response style, the thread used for the request must be the thread that returns the response.

    类似地,如果客户端使用带有延迟响应的异步调用样式调用中介组件,则用于请求的线程必须是返回响应的线程。

    youdao

  • Synchronous and asynchronous communication: Clients that choose to use synchronous communication will wait for a response.

    同步和异步通信:选择同步通信的客户机将等待响应。

    youdao

  • This communication is said to be asynchronous because events do not arrive immediately in response to requests, but some time later.

    之所以称为异步,是因为请求响应不是立刻发生的,而是要等一段时间。

    youdao

  • Because the remote service call is asynchronous and non-blocking, the GWT client does not wait for a response from the service.

    因为远程服务调用是异步的、非阻塞的,所以GWT客户机并不等待服务的响应。

    youdao

  • Consequently, the activity is used within the process that produces the asynchronous response.

    因此,活动被用于产生异步响应的流程中。

    youdao

  • Listing 9 shows a simple PHP script that outputs XML in response to a request, presumably from an asynchronous client.

    清单9展示了一个简单的php脚本,假设有一个异步客户机发出了请求,该脚本将输出XML来应答此请求。

    youdao

  • Asynchronous deferred response - client issues a request and the response will be requested by the client at a later point in time.

    异步延迟响应——客户机发出请求,客户机将在稍后请求响应。

    youdao

  • One of the reasons for migrating is to use the new V7.0 feature called asynchronous put, which adds a new property to queues, the Default put Response (DEFPRESP).

    迁移的原因之一是要使用一个称为异步放置(asynchronousput)的WebSphere MQV7.0新特性,该特性将一个新属性Default putResponse (DEFPRESP)添加到队列。

    youdao

  • Asynchronous loosely coupled Web services spend time waiting for a response.

    异步的松散耦合WebServices需要花时间来等待响应。

    youdao

  • You can use this deferred object for defining a callback method when the asynchronous call returns a response.

    我们可以使用这个deferred对象来定义一个在异步调用返回响应时执行的回调函数。

    youdao

  • Asynchronous: Indicates the preferred invocation style is either asynchronous with deferred response or asynchronous with callback.

    异步:指示首选的调用样式是带有延迟响应的异步调用或带有回调的异步调用。

    youdao

  • If you just want to "fire and forget" a message to a service, (no response to the caller is required), you can use the asynchronous messaging style.

    如果只想将消息以“即发即弃(fireandforget)”的方式发送给一个服务,(并不需要给调用者返回响应),那么可使用异步消息类型。

    youdao

  • As above, all asynchronous invocations are made using the async with callback invocation style, never asynchronous deferred response.

    如上所述,所有异步调用都是使用asyncwith callback调用样式进行的,而不使用异步延迟响应。

    youdao

  • And the asynchronous response to the invocation is sent back to the client via an asynchronous response handler declared as follows.

    对调用的异步响应经由声明如下的异步响应处理程序发回给客户端。

    youdao

  • With Ajax, the server-side validation can be done through asynchronous calls and the user notified near real time (upon receiving an asynchronous response).

    有了Ajax,服务器端验证可以通过异步调用实现,用户也可以得到近乎实时的通知(在收到异步响应之后)。

    youdao

  • Once asynchronous request processing is completed, an asynchronous response is communicated (from the Web server, application server, or Web application) back to the client page.

    一旦异步请求处理完成,异步响应就被通信(从Web服务器、应用服务器或Web应用程序)回客户机页面。

    youdao

  • You can set the inbound endpoint's synchronous flag to false, since the response will be handled by the asynchronous reply router, unless you also want to send a response to the caller.

    你可以将入站端点的synchronous属性设置为false,因为异步回复路由器会处理该回复,除非你想给调用者发送响应。

    youdao

  • Asynchronous deferred-response invocation breakdown view.

    异步延迟响应调用细分视图。

    youdao

  • The previous discussion Outlines two basic rules invocation styles (synchronous request-response style and asynchronous event-handling style) and distinguishes stateless versus stateful processing.

    前面的讨论中给出了两个基本规则调用样式(同步请求-响应样式和异步事件处理样式)并对无状态处理和有状态处理进行了区分。

    youdao

  • For example, we can define wires to be synchronous or asynchronous, operations to be one way or request-response, or we can define the transactional behavior between components.

    例如,我们可以将网络定义为同步或异步,将操作定义为单向或请求-响应,我们也可以定义组件之间的事务行为。

    youdao

  • The service passes a response -- if there is one -- back to the client via another asynchronous message.

    服务将通过两个异步消息向客户机传递回响应(如果有响应)。

    youdao

  • Participants in an asynchronous messaging system don't have to wait for a response from the recipient, because they can rely on the messaging infrastructure to ensure delivery.

    异步消息传递系统中的参与者并不必等待接收方的响应,因为它们可以依赖消息传递基础设施来确保成功交付。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定