• Set per-thread breakpoints.

    设置每个线程断点

    youdao

  • Any per-thread cleanup should be performed.

    线程清除执行。

    youdao

  • The global lock cache feeds the per-thread lock caches.

    全局缓存将其内容提供给单线程缓存

    youdao

  • The process is spawning a new thread. Any per-thread initialization should be performed.

    进程交换(注入)一个新的线程线程初始化执行

    youdao

  • In this way, we can think of a ThreadLocal as allowing us to create a per-thread-singleton.

    这样我们可以认为ThreadLocal允许我们创建每线程单子。

    youdao

  • This initial call ensures that the per-thread initialization can complete without deadlock.

    初始调用确保不死锁的情况下,完成每个线程初始化。

    youdao

  • Using ThreadLocal makes sense when you need to store variable instances on a per-thread basis.

    需要以线程为单位存储变量实例时,使用ThreadLocal 很有意义

    youdao

  • Per-thread method activation stacks are represented using the host operating system's stack and thread model.

    线程方法激活使用主机操作系统堆栈线程模型

    youdao

  • You can use ThreadLocal variables to store any sort of per-request context information using the per-thread-singleton technique described earlier.

    可以通过前面讲述的每线程单子技术ThreadLocal变量存储各种每请求(per - request)上下文信息

    youdao

  • By using a ThreadLocal in our Singleton, as shown in Listing 3, we can allow any class in our program to easily acquire a reference to a per-thread Connection.

    如清单3通过使用“单子”中的ThreadLocal我们就能我们程序中的任何容易获取每线程Connection的一个引用

    youdao

  • Also, because the references to the per-thread values are stored in the owning thread object, when the thread gets garbage collected, so can its per-thread values.

    而且因为线程引用存储自已的Thread对象中,所以Thread进行垃圾回收时,也能对该Thread的每线程值进行垃圾回收。

    youdao

  • Other applications for ThreadLocal in which pooling would not be a useful alternative include storing or accumulating per-thread context information for later retrieval.

    其它适合使用ThreadLocal但用池却不能成为好的替代技术应用程序包括存储累积线程上下文信息以备稍后检索之用这样的应用程序。

    youdao

  • To help minimize mutex allocation and locking time, the JVM manages a global lock cache and a per-thread lock cache where each cache contains unallocated pthread_mutexes.

    为了帮助实现互斥锁分配锁定时间最小化JVM管理全局缓存和一个单线程锁缓存,其中每个缓存包含了未分配的 pthread_mutex。

    youdao

  • HP-UX 11.31 has per-thread locks and as such there are significant performance enhancements with the latest version of HP-UX — up to 30% more performance compared to 11iv2.

    HP -UX 11.31具有每线程因此HP - UX最新版本性能显著提高了——11iv2相比,最多能够提高30%。

    youdao

  • This depends on your ability to recognize the methods and classes in question, not to recognize the thread itself, per se.

    从本质上讲,取决于识别问题方法能力而不是识别线程本身

    youdao

  • This breaks the one thread per request model, as the thread for a request never gets freed up.

    打破每个请求使用线程模型因为用于个请求的线程一直没有被释放。

    youdao

  • For example, one job per process consumes many more resources than one job per thread.

    例如,与每个线程作业相比,每个处理一个作业需要使用更多资源

    youdao

  • Thus it is relatively straightforward to implement the classic one thread per connection model.

    因此实现典型每个连接一个线程的模型便非常简单。

    youdao

  • Because some processing can take a long time, we need multiple processing threads per production line to make sure that a thread is always available to work on the latest measurement.

    由于某些处理可能要占用长的时间因而需要为每生产线使用多个处理线程确保一个线程处理最新的度量结果。

    youdao

  • On AIX, this uses at least 256KB per thread.

    AIX 上每个线程至少需要使用 256KB

    youdao

  • Although the amount of memory used per thread is quite small, for an application with several hundred threads, the total memory use for thread stacks can be large.

    虽然每个线程使用存量相当,但对于拥有几百线程应用程序,线程内存使用总量达到很高。

    youdao

  • This approach is a little more limited, because it does not give you stateless performance — you are in fact using a separate thread per user.

    这种方式一点儿受限制因为提供状态性能——实际上为每个用户使用单独线程

    youdao

  • These handles may be available globally, per process, or per thread.

    这些句柄可能全局进程线程

    youdao

  • An alternative is to tie up the thread per request so that it can be returned to the thread pool once the request processing is done.

    种方法每个请求绑定一个线程因此请求被处理后,线程返回线程

    youdao

  • Normally.net allocates up to the minimum thread count in threads as soon as needed. From them on, no more than 2 threads per second are created until you reach the maximum thread count.

    一般来说。NET会尽快线程池中分配最少数量的线程,接着秒钟创建最多2个线程,直到达到最大线程数量。

    youdao

  • A global thread (per server process) is responsible for creating and managing each user connection thread.

    全局线程(每个服务器进程一个)负责创建管理用户连接线程。

    youdao

  • The following command will load 500k records to the "UserGrid" grid using 10 threads with a rate of 200 requests per thread.

    下面命令使用10个线程每个线程200个请求500k记录加载UseGrid网格中。

    youdao

  • This in turn results in one thread per user on Tomcat, while the NIO server handles the same load with a constant number of threads.

    然后它导致Tomcat为每个用户分配一个线程NIO 服务器用固定数量的线程来处理相同负载

    youdao

  • OpenSessionInView interceptor and filter which allow the usage of the same session per thread across different components.

    OpenSessionInView拦截器过滤器允许每个线程不同组件使用同一会话

    youdao

  • Instead of allocating one thread per open socket, we place all requests into a generic queue serviced by a set of RequestHandlerThread instances.

    不是为每个打开socket分配线程,相反,我们所有请求放到一组RequestHandlerThread实例所服务通用队列中。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定