Is a specialized collection object similar to a thread local storage for method calls , and provides data slots that are unique to each logical thread of execution 是类似于方法调用的线程本地存储的专用集合对象,并提供对每个逻辑执行线程都唯一的数据槽。
This involves saving the currently executing thread process ' s context ( i . e . its address space mappings ) and restoring the newly executing thread process ' s context 这个过程包括存储当前执行线程进程的上下文(如,空间地址)和恢复新执行的线程进程的上下文。
System . gc call . gc is a " stop the world " event , meaning that all threads of execution will be suspended except for the gc threads themselves Gc是一个“停止所有处理( stop the world ) ”的事件,它意味着除了gc线程自身外,其他所有执行线程都将处于挂起状态。
This involves saving the currently executing thread process " s context ( i . e . its address space mappings ) and restoring the newly executing thread process " s context 这个过程包括存储当前执行线程进程的上下文(如,空间地址)和恢复新执行的线程进程的上下文。
In other words , when many threads are attempting to access a shared resource , the jvm will spend less time scheduling threads and more time executing them (换句话说,当许多线程都想访问共享资源时, jvm可以花更少的时候来调度线程,把更多时间用在执行线程上。
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 由于只有一个执行线程可以在管线实例中运行,这个数给出了给定应用程序能同时处理的最大请求数。
You may wish to follow the thread of execution back to the originating tier so that you can examine the data that is returned , as well as do any additional debugging there that may be needed 您可能希望沿着执行线程回到始发层,以便可以检查返回的数据,以及在此处进行其他可能需要的任何调试。
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 应该创建反映与当前执行线程相关的操作系统标记的用户和标识对象,并且应该将关联的操作系统组映射到角色。