execution thread meaning in English
执行线程
Examples
- In the more complex asynchronous model , your application does not block while waiting for requests and each request is processed in its own execution thread
在更复杂的异步模型中,应用程序在等待请求时不阻止,并且每个请求在其各自的执行线程中处理。 - Real - time linux rtlinux rtlinux is a hard real - time operating system that handles time - critical tasks and runs linux as its lowest priority execution thread
Rtlinux ( tm )是一个可靠的实时操作系统,处理对时间关键的任务,并将linux作为最低优先权执行线程运行。 - Because execution threads routinely traverse managed and unmanaged blocks of code , the runtime can throw or catch exceptions in either managed or unmanaged code
由于执行线程例行地遍历托管代码块和非托管代码块,因此运行库可以在托管代码或非托管代码中引发或捕捉异常。 - Since only one execution thread can run within a pipeline instance , this number gives the maximum number of concurrent requests that are being processed for a given application
由于只有一个执行线程可以在管线实例中运行,这个数给出了给定应用程序能同时处理的最大请求数。 - Principal and identity objects that reflect the operating system token associated with the current execution thread should be created , and the associated operating system groups should be mapped into roles
应该创建反映与当前执行线程相关的操作系统标记的用户和标识对象,并且应该将关联的操作系统组映射到角色。