• 调用函数I /O处理器线程上下文因此应该采取一种方式消耗少量时间相同线程处理多个会话执行

    This function is invoked from the I/O processor thread context, hence should be implemented in a way that it consumes minimal amount of time, as the same thread handles multiple sessions.

    youdao

  • 对于绑定连接看到每个处理器或许有45个线程

    For bindings connections, you should look for maybe 4 to 5 threads per processor.

    youdao

  • 所产生每个数据片段生成一个线程这会大量处理器时间浪费在启动停止线程上。

    We could spawn a new thread for each piece of data produced, but this would waste a lot of processor time starting and stopping threads.

    youdao

  • 然而我们仍旧运行处理器上,即使两个线程真的可以同时执行物理法则也是不允许的。

    However, we were still running on a single processor and even if two threads could really execute simultaneously, physical laws prevented it.

    youdao

  • 处理器利用率不是调整线程大小过程中的唯一考虑事项

    Processor utilization is not the only consideration in tuning the thread pool size.

    youdao

  • POWER 5芯片中,每个处理器两个硬件线程

    On POWER5 chips, there are two hardware threads on each processor.

    youdao

  • 例如可以线程绑定给定处理器找出导致某个挂起程序根源。

    For example, you can bind threads to a given processor to find the root cause of a hanging program.

    youdao

  • 理想情况下线程数量应该根据处理器的数量请求长度持续时间进行调整

    Ideally, the number of threads should be tuned based on the number of processors and the length or duration of each request.

    youdao

  • 物理处理器负责处理两个线程之间同步问题

    The physical processor takes care of synchronization issues between the two threads.

    youdao

  • 这个配置参数启用时数据库服务器自动调整AIO虚拟处理器清理线程数量自动优 LRU刷新

    When this configuration parameter is enabled, the database server automatically adjusts the number of AIO virtual processors and cleaner threads, and automatically tunes LRU flushing.

    youdao

  • 理想情况线程数量等于处理器数量,不过要求任何线程都不应该执行诸如同步读写、等待事件通知等阻塞型的操作,以免线程阻塞。

    The ideal number is one per processor, but that implies that none of these threads should execute a blocking operation such as a synchronous read/write or a wait on an event.

    youdao

  • 处理器中的线程一种设计技术允许指令同时执行,从而提高性能

    Threading within a processor is a design technique used to improve performance by permitting what appears to be the simultaneous execution of two or more sets of instructions.

    youdao

  • 内核中,这些进程称为线程代表单独处理器虚拟化(线程代码数据堆栈CPU寄存器)。

    In the kernel, these are called threads and represent an individual virtualization of the processor (thread code, data, stack, and CPU registers).

    youdao

  • 例如处理器的亲缘性(affinity)决定了一个线程能够运行哪个处理器上,它表示32位64整数的位掩码

    For example, processor affinity, which determines which processors a thread can run on, is expressed as a 32 - or 64-bit integer acting as a bitmask.

    youdao

  • previntpri字段中的帮助判断处理器运行线程还是在运行中断处理程序

    The values in the prev and intpri fields help in determining whether the processor is running a thread or an interrupt handler.

    youdao

  • 通过包含所需数据内存处于相同pod中的处理器调度线程服务器可以保证性能优势

    The server can see performance benefits by scheduling threads on processors that are in the same pod as the memory that contains the data that's needed.

    youdao

  • NTPerfMon实用工具一指标定义如下:“%TotalProcessortime系统所有处理器执行非空闲线程平均时间百分比。”

    The nt PerfMon utility defines this metric as follows, "the % Total processor time is the average percentage of time that all the processors on the system are busy executing non-idle threads."

    youdao

  • 处理器系统中Linux试图模拟分派可用处理器单个全局RT线程队列行为

    On multiprocessor systems, Linux tries to emulate the behavior of a single global queue of RT threads that are dispatched to available processors.

    youdao

  • 如果程序处理器卸载的多处理器运行,则每个线程打印for循环迭代计数大致相同

    If this program is run on a uniprocessor or unloaded multiprocessor system, each thread prints out close to the same for loop iteration count. In one run, the program printed.

    youdao

  • CPU运行多个操作系统线程服务多个用户一样Informix虚拟处理器运行多个线程,服务多个SQL客户机应用程序

    Just as a CPU runs multiple operating system processes to service multiple users, an Informix virtual processor runs multiple threads to service multiple SQL client applications.

    youdao

  • 从本质上讲任何进程线程可以分派任意处理器运行绑定特定处理器上运行的处理器线程除外。

    Essentially, any process or thread can be dispatched to run on any processor, except for processors or threads that are bound to run on a specific processor.

    youdao

  • 如果没有其他线程可供执行那么处理器空闲

    If no other threads are available for execution, then processors may sit idle.

    youdao

  • 如果线程多于处理器数,那么线程必须处理器时间有些线程一直处于等待状态,这样应用程序效率降低了

    Once there are more threads than processors, the threads must compete with one another for processor time, and some threads will always be waiting, so the application effectiveness is reduced.

    youdao

  • 这个回调处理器拥有两个线程本地变量用于存储来自客户实例用户ID密码

    The callback handler class has two thread local variables that can store the user ID and password from the client instance.

    youdao

  • 因为POWER 5能识别线程,因此可以区分相同不同处理器线程

    Because the POWER5 is multithreading-aware, it can distinguish between threads on the same or different processors.

    youdao

  • POWER 5中,对于每个处理器最多可以拥有两个同步线程线程

    In POWER5, you can have a maximum of two Simultaneous Multi-Threading threads per processor.

    youdao

  • 线程的功能类似,TPL能够线程处理器之间实现负载均衡

    Like a thread pool, the TPL can perform load balancing across threads and processors.

    youdao

  • 分析工具适用处理器运行线程应用程序

    The analysis can also be applied to multi-threaded applications running on a single processor.

    youdao

  • 分析工具适用处理器运行线程应用程序

    The analysis can also be applied to multi-threaded applications running on a single processor.

    youdao

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

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

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