Explains how to create a new thread of execution.
解释如何创建新的执行线程。
Any thread of execution must have an execution stack.
一个执行的线程必须有一个执行堆。
Note how the remote invocation was performed in its own thread of execution.
注意远程调用是如何在自己的执行线程中执行的。
Each routine represents a separate "thread of execution" and is referred to as a task.
每一个程序表现得像分开的“执行的线程”并且被看作是一个任务。
Each routine represents a separate 'thread of execution' and is referred to as a task.
每一个程序表现得像分开的“执行的线程”并且被看作是一个任务。
In the asynchronous with callback invocation, the invoked service USES a new thread of execution.
在带回调的异步调用中,被调用的服务使用新的执行线程。
If at least on thread of execution fails, the kill node will "kill" remaining running threads.
如果有至少一个线程执行失败,kill节点会“杀掉”剩余运行的线程。
Because invocations are blocking calls, you should dispatch these in a separate thread of execution.
由于调用是按模块进行的,所以您应该把这些调用分派到不同的执行线程中。
Each process starts off with a single thread of execution and can create more threads as needed.
进程从一个执行的线程开始,可根据需要创建多个线程。
Synchronous: a client invokes a service that then executes on the same thread of execution as the client.
同步:客户端调用一个服务,该服务然后在与该客户端相同的执行线程上执行任务。
In the asynchronous with deferred response invocation, the invoked service USES a new thread of execution.
在带延迟响应调用的异步调用中,被调用的服务使用新的执行线程。
If your application USES only one thread of execution, you can combine asynchronous programming with.
如果应用程序仅使用一个执行线程,则可以将异步编程与。
In other words, a client's thread of execution might not be blocked immediately after a request has been sent.
换句话说,客户端的执行线程可能会在请求发送后被立即阻塞。
When an application is launched, the system creates a thread of execution for the application, called "main."
应用程序启动时,系统会为它创建一个名为“main”的主线程。
In the synchronous invocation, the invoked service USES the same thread of execution as used by the mediation flow.
在同步调用中,调用的服务使用的执行线程与中介流使用的执行线程相同。
WebSphere Application Server USES the identity in the security context for the thread of execution when processing the request.
当处理请求时,WebSphereApplicationServer将安全性上下文中的身份用于执行的线程。
The application server then associates this transaction with the thread of execution before calling the work object's run method.
然后应用服务器会在调用工作对象的run方法之前把这个事务与执行线程关联起来。
For the former, the response to a request can be defined as being returned on the same thread of execution using the activity token.
对于前者,可以使用活动标记把对请求的响应定义为在同一个执行线程上返回。
How can the operation request and response be decoupled so the thread of execution does not have to block until a response is received?
如何分离操作请求和响应,以使得在接收到响应之前不必阻塞线程的执行?
A client invokes a service that then executes on its own thread, while the thread of execution in the client continues further processing.
客户端调用一个服务,该服务然后在自己的线程上执行任务,而客户端中的执行线程继续执行后续处理。
Fine-grained components also tend to interact on the same thread of execution, which reduces the overhead of a chatty interaction pattern.
细粒度组件还趋向于在同一执行线程上交互,从而减少通信量较多的交互模式的开销。
By setting this property, the mediation developer can ensure that the complete request or response flow executes under a single thread of execution.
通过设置此属性,中介开发人员可以确保在单个执行线程下执行完整的请求或响应流。
It is left up to the implementer of the transaction manager to decide whether the thread of execution will continue to retry the commit call, or just keeps blocked.
将由事务管理器的实现器决定执行线程是否继续重新提交请求或保持阻止状态。
When a thread is blocked waiting for I/O, it is useful to be able to separate the waiting thread from the original thread of execution, allowing it to continue working.
当一个线程在等待I/O 的过程中被阻止时,将等待中的线程与原始执行线程分离开来将会很有用,这将使它能继续工作。
Sets the period of time to wait for the associated process to exit, and blocks the current thread of execution until the time has elapsed or the process has exited.
设置等待关联进程退出的时间,并在该段时间结束前或该进程退出前,阻止当前线程执行。
On AIX a process is a collection of information about OS-controlled resources (such as file and socket information), a virtual address space, and at least one thread of execution.
在AIX 上,进程是关于OS 控制资源(比如文件和套接字信息)、虚拟地址空间以及至少一个执行线程的一系列信息。
Since the response is being sent on a separate thread of execution, the invoke activity token is used in the process description to invoke the callback mechanism service of the client.
由于响应是在单独的执行线程上发送,所以在流程描述中用invoke活动标记来调用客户机的回调机制服务。
However, on the thread of execution of the original instance of the mediation flow, any further mediation primitives wired on the input side of the service invoke primitive are invoked.
不过,在中介流初始实例的执行线程上,将调用在服务调用原语的输入端上连接的任何其他中介原语。
However, on the thread of execution of the original instance of the mediation flow, any further mediation primitives wired on the input side of the service invoke primitive are invoked.
不过,在中介流初始实例的执行线程上,将调用在服务调用原语的输入端上连接的任何其他中介原语。
应用推荐