业务规则和选择器始终使用同步调用。
Both Business Rules and Selectors always use synchronous invocations.
如果情况不确定,考虑使用同步包装。
问:我应当使用同步或异步的信息传递吗?
Question: Should I use synchronous or asynchronous communication?
使用同步包装来提供同步接口。
Use synchronized wrappers to provide synchronized interfaces.
使用同步将表单应用程序部署到目标移动设备。
Deploy the forms application to the target mobile device (using synchronization).
您可以选择使用同步复制或异步复制。
当存在并发特性时,必须使用同步方法。
Synchronization methods are necessary when the property of concurrency exists.
然而,你不需要在所有这些情况下使用同步方法。
However, you don't need to use the Synchronize method in all of these situations.
清单5显示了使用同步的PRNG实现和使用CAS备选实现。
Listing 5 shows the PRNG implementation using synchronization, and the alternate implementation using CAS.
在TSP网络中使用同步或异步web服务各有哪些优点和缺点?
What are the advantages and disadvantages of using synchronous versus asynchronous Web services in the TSP network?
这种情况下工作进程使用同步管道,因为需要保持请求处理逻辑顺序。
In this case, the worker process USES synchronous pipes because this would preserve the sequence of the request-processing logic.
Lucy使用同步向导合并luke的建模更改与她的工作空间更改。
Lucy USES the synchronization wizard to merge Luke's modeling changes with her workspace changes.
另一方面,不当或过度地使用同步会导致其它问题,比如性能很差和死锁。
On the other hand, using synchronization inappropriately or excessively can lead to other problems, such as poor performance and deadlock.
每一个复杂任务都是异步执行的,它们都会使用同步策略来调用数据聚集任务。
Each orchestration task is invoked asynchronously and each of them calls data aggregation tasks using synchronous strategy.
使用同步代码能够很好地解决某些问题,但它的缺点在某些情况下也特别明显。
Using synchronized code is fine for certain problems, but the weaknesses are fairly obvious for our use case.
为了减少JVM和操作系统中的争用,应该只在可行的情况下才使用同步方法。
To reduce contention in the JVM and operating system, use synchronized methods only when feasible.
请注意,生成的代理创建Call对象的方法取决于您是否选择了使用同步方法。
Beware that the way the generated proxy creates a Call object depends on whether you have chose to use synchronized methods or not.
换句话说,它以异步方式使用同步服务,从而将请求的发送与响应的检索分离开来。
In other words, it USES the synchronous service in an asynchronous way, decoupling the sending of the request from the retrieval of the response.
另一方面,当需要IIS环境更多信息(即服务器变量)时,工作进程使用同步管道。
On the other hand, the worker process exploits synchronous pipes when it needs to query for information about the IIS environment (that is, server variables).
但实际使用同步主轴,同步化过程显示,轴的动态运动和线性运动产生错误。
The practical use of synchronous spindles however shows that the dynamics of the spindle and linear drives produce mistakes in the synchronisation.
使用同步Web服务应用程序消息传递,应用程序代码在等待接收响应消息时阻塞。
With synchronous Web services application messaging, the application code blocks while waiting for the response message to be received.
而使用同步则无法达到这种并行程度,因为servlet线程池中的线程数是有限制的。
In the synchronous case, this level of parallelism isn't achievable, because the limiting factor is the number of threads in the servlet thread pool.
如果不要求使用同步调用,那么在使用“async”方法后将获得更高的性能。
If you do not demand a sync invocation, you can have high performance after the "async" method is used.
如果不能接受,则应用程序可以使用同步调用技术来实现异步语义(将在稍后对此进行说明)。
If this is not acceptable, then the application can use a synchronous invocation technique to implement asynchronous semantics (described in a moment).
在使用同步API时,为论坛或blog 中的大型页面提供服务将开启一个处理线程。
Serving a large page for a forum or a blog takes up a processing thread when it uses a synchronous API.
通过使用同步或异步事件发射器(emitter),将CBE发送到CEI服务器。
The CBE is then sent to the CEI server, using an event emitter, either synchronously or asynchronously.
很多业务流程需要直接对使用同步绑定调用的服务返回的错误信息进行分析,以便恰当地定向后续处理。
Many business processes need to immediately examine error information returned by a service invoked with a synchronous binding, allowing them to direct subsequent processing appropriately.
对于这类情况,使用分布在不同地区的云、对数据进行分区或使用同步维护一致性的效果可能会更好一些。
In these cases it may be advantageous to use clouds that are in different regions and either partition the data or use synchronization to maintain consistency.
使用同步模块的原因是为了保持使ISAPI内部请求表中未标为“执行中”的请求不会被工作进程处理。
The synchronous model is used because for consistency the worker process can't start processing a request that is not yet marked as "executing" in the ISAPI's internal requests table.
使用同步模块的原因是为了保持使ISAPI内部请求表中未标为“执行中”的请求不会被工作进程处理。
The synchronous model is used because for consistency the worker process can't start processing a request that is not yet marked as "executing" in the ISAPI's internal requests table.
应用推荐