运动线程和调度线程形成多物体的随机运动模拟平台。
The moving thread and the scheduler thread formed the randomly-moving stimulant platform of multiple objects.
RTSJ 处理了几个有问题的地方,包括调度、内存管理、线程、同步、计时、时钟和异步事件处理。
The RTSJ addresses several problematic areas, including scheduling, memory management, threading, synchronization, time, clocks, and asynchronous event handling.
原始线程和应用程序调度逻辑。
为了给GC调度确定性暂停,Metronome使用了以下两个不同的线程来完成一致性调度和短暂连续的暂停时间。
To schedule deterministic pauses for GC, Metronome USES two different threads to achieve both consistent scheduling and short, uninterrupted pause times.
这个类的构造函数可以带有可选的优先级参数和释出(release)参数,以此来定义JVM如何调度线程。
The constructor of this class takes optional priority and release parameters to define how the JVM should schedule the thread.
执行自身形式的线程入池和线程调度的应用程序或库可能需要这种技术。
This technique might be required for applications or libraries that do their own form of thread pooling and thread dispatching.
垃圾收集器使用非阻塞算法加快并发和平行的垃圾搜集;调度器使用非阻塞算法有效地调度线程和进程,实现内在锁。
The garbage collector uses them to accelerate concurrent and parallel garbage collection; the scheduler uses them to efficiently schedule threads and processes and to implement intrinsic locking.
这种算法就称为o(1)调度程序,这个名字就表示它调度多个线程所使用的时间和调度一个线程所使用的时间是相同的。
This is called the o (1) scheduler, denoting that the same amount of time is taken to schedule one thread as it is to schedule many.
要使用伪远程线程,您必须实现作业调度器和运行服务器。
To use Pseudo Remote Threads, you need to implement both the job dispatcher and the run servers.
暂挂和重新调度线程的开支很显著,其中包括JVM、操作系统和硬件的工作。
There is significant overhead to suspending and rescheduling a thread, which involves work by the JVM, operating system, and hardware.
Linux核心可以根据静态控制(如线程优先级级别)和系统中执行的线程的某些动态条件下来执行线程调度。
The Linux kernel performs thread scheduling based on static controls, such as thread priority levels, and on certain dynamic conditions of the threads executing in the system.
POSIX允许您创建具有不同线程调度策略和优先级的POSIX线程(pthreads)以满足不同应用程序的需求。
POSIX allows you to create POSIX threads (pthreads) with different thread scheduling policies and priorities to meet differing application needs. Three such scheduling policies are.
请使用top和其它系统管理工具来验证调度是正确的,关于实际使用的线程调度方面的具体问题,请向您的Linux供应商或用户组询问。
Use top and other system management tools to verify that scheduling appears to be correct, and ask your Linux vendor or users' group specific questions about practical thread scheduling.
除了Web容器线程,WebSphereCommerce还有一个调度器和许多实用工具(如dataload和stagingprop),它们是并行执行的。
In addition to the web container threads, WebSphere Commerce has a scheduler feature and a number of utilities (such as dataload and stagingprop), which are executing in parallel.
可以分别利用函数tasklet_enable和函数tasklet _disable实现允许和禁止一个微线程(从调度的角度)。
You can enable and disable a tasklet (from a scheduling perspective) using the tasklet_enable and tasklet_disable functions, respectively.
Codezero的调度器包含针对来宾线程和微核线程的内核优先(以及用于优先的时间片)。
Codezero's scheduler includes kernel preemption for both guest threads and microkernel threads (in addition to time slices for preemption).
使用内存映射文件技术及多线程调度技术,用于管理和调度大数据量地形数据和纹理数据。
Using Memory Map File and Multi-thread dispatch technology, to manage and dispatch large terrain data and texture data.
为了在同一多线程中执行定时任务和随机任务,将多种任务封装成一个对象,在多线程中根据指令进行调度。
To execute timed tasks and random tasks in the same multithread, multiple tasks are encapsulated as one object for dispatch in the multithread according to instructions.
调用线程必须和调度程序相同。
每个线程都维护异常处理程序、调度优先级和一组系统用于在调度该线程前保存线程上下文的结构。
Each thread maintains exception handlers, a scheduling priority, and a set of structures the system USES to save the thread context until it is scheduled.
主进程又分为按键处理、输入数据计算处理、状态监测控制等线程,用监控程序来实现线程的调度,提高了智能仪器的响应速度和性能。
The main process include operating keyboard, calculating input data, testing status, etc. A program to supervise these threads. The performance of instruments was improved by this means.
本技术的两个主要特征是:一是编译支持的基于块的硬件并行调度器,能减少线程负荷和线程池的软件调度开销,主从结构设计使处理单元间的协作通信更有效;
The two main features are:First, design and implement a block-based hardware(?) scheduler to reduce the overhead of threads, and to get a faster communication between processing units;
本技术的两个主要特征是:一是编译支持的基于块的硬件并行调度器,能减少线程负荷和线程池的软件调度开销,主从结构设计使处理单元间的协作通信更有效;
The two main features are:First, design and implement a block-based hardware(?) scheduler to reduce the overhead of threads, and to get a faster communication between processing units;
应用推荐