Is it possible to receive expiration or timeout exception when making a synchronous call?
当进行同步调用时,是否能够接收过期或超时异常?
Of course, now we must join our calling code with our spawned job to get the synchronous call.
当然,现在我们必须将调用代码与生成的作业结合起来,以获得同步调用。
Synchronous calls are much more fragile, so to make a remote call more robust, make it asynchronous.
同步调用极易受破坏,所以为了使远程调用更稳固,要进行异步调用。
The synchronous call-and-return model is the standard form for writing code in most programming languages.
同步的“调用-返回”模型是用绝大多数编程语言编写代码的标准形式。
Launching this Activity demonstrates the use of an Intent with an extra Bundle in a pseudo-synchronous call.
启用这一activity将在伪同步调用中结合使用一个Intent和额外的Bundle。
This is part of the Jaxer library and lets you make a synchronous call to any remote server, with no restrictions.
这是jaxer库的一部分,允许对任何的远程服务器进行同步调用,无任何限制。
This Action node only has an outbound service node with a synchronous call, but it does not have logic or a code fragment.
该ActionNode只有一个出站服务节点和同步调用,但它没有内部逻辑和代码。
This API (invoking various other components) created a new thread, which in turn wanted to invoke a synchronous call on the UI thread.
这个API(调用其他不同的组件)创建了一个新的线程,反过来想要在UI线程上进行同步调用。
SCA also supports a range of programming styles, including asynchronous and message-oriented styles, in addition to the synchronous call-and-return style.
SCA还支持各种编程样式,除了同步调用-返回样式外,还包括异步样式和面向消息的样式。
Synchronous calls can be programmed, but with timeouts so that if the call can't come back in a certain time, the calling Web service can be unlocked to exit from the system.
同步调用可以通过编程来实现,但带有超时设置,如果调用在一定的时间内未返回,调用WebServices可能取消锁定,从而从系统退出。
This makes the call synchronous instead of the usual asynchronous.
这会使调用成为同步的,而不再是通常的异步的。
This is because of the synchronous nature of the call, which doesn't allow the client to proceed before the server completes its work.
这是因为调用是同步进行的,此特征使客户端只能在服务器完成其工作之后才能进行处理。
More resources are required for lower call volumes due to the synchronous behavior of the application having to wait for each message.
更少的调用量需要更多资源,因为应用程序的同步行为必须等待每条消息。
By making it synchronous, you know that each call has to finish before the next one begins.
把它变成同步的,意味着一个调用必须结束后,下一个才能开始。
In the revised API, the call to run a context is synchronous: the call does not complete until the called program completes.
在这个修订后的API中,运行上下文的调用是同步的:这个调用直到所调用的程序完成时才会结束。
Second, notice that our client will be blocked until the call returns, just like any other synchronous method call.
其次,请注意客户机将中断直到调用返回,就像其它同步方法调用一样。
If each is a web service call, then by definition, each is a synchronous web service invocation consisting of a request and a response.
如果每一个方法都是一个Web服务,那么根据定义,其中的每一个都是包含了请求和响应的同步web服务。
The Listing 1 code shows a synchronous service method call where the client thread blocks inside the service call and doesn't return until the call is completed and the results are available.
清单1中的代码显示了同步方法调用,其中的客户机线程将阻塞在服务调用内,在调用完成且结果可用之后才会返回。
Synchronous update request with acknowledgement and call-back
具有确认和回调的同步更新请求
This time the operation is synchronous, and the server process waits for the go ahead before the call returns to the client.
这一次的操作是同步进行的,并且服务器进程在客户端向其发出调用之前一直处于等待状态的。
The group policy framework should call the extension in the synchronous foreground policy refresh.
在同步前台策略刷新时,组策略框架应该调用扩展。
The group policy framework should call the extension in the synchronous foreground policy refresh.
在同步前台策略刷新时,组策略框架应该调用扩展。
应用推荐