the lightweight threading model created by the servlet architecture is in no way compromised by a servlet or jsp file creating, reading, or modifying an httpsession object.
由servlet体系结构创建的轻量级线程模型决不会因为servlet或jsp文件创建、读取或修改httpsession对象而受到破坏。
threading model of rti is an important problem during its design, implement, and application.
rti的线程模型是rti的设计、实现和应用中都十分重要的一个问题。
the problems that arise due to the changes in the threading model are described under the 「 thread model」 section, which addresses the concerns when moving from the one thread model to the other.
在 「线程模型」小节描述了更改线程模式导致的问题,解决了从一个线程模式改用另一个线程模式出现的问题。
by using this wizard, you can specify the component's threading model and its aggregation support.
通过使用此向导,您可以指定组件的线程模型及其聚合支持。
the other implementation is a parallel-access strategy, which uses a threading model to hit all of the shards at once.
另一种方法是并行访问策略,这种方法使用一个线程模型一次对所有切分进行查询。
which threading model can i choose?
它的线程模型,我可以选择吗?
the improved threading model in 2.6 was also done by ingo molnar.
在2.6中改进的线程模型仍然是由ingomolnar来完成的。
in addition, this threading model hides the complexities of multi-threaded batch jobs from the developer.
此外,这种线程模型对开发人员隐藏了多线程批处理作业的复杂性。
the design of the d2d factory and the resource / threading model that follows from it allow server side rendering to scale appropriately in a way that gdi cannot.
因此遵循了这样一个原则的direct2d设计和资源/线程模型就能够允许服务器端渲染进行合适的伸缩。gdi却不能。
the problems that arise due to the changes in the threading model are described under 「 threads model」 below.
在下面的「线程模型」中对线程模型的变化所带来的问题进行了描述。
the previous threading model, linux threads, is a traditional 1:1 threading model that works in conjunction with the linux 2.4 scheduler, and has been a target for renovation for some time.
先前的线程模型,即linuxthread,是传统的 1:1线程模型,与linux2.4调度器配合使用,一段时间以来这个模型就是被革新的目标。
the threading model used is the posix threading interface, often called pthreads.
使用的线程模型是posix线程接口,通常称为pthreads。
this enables a 1:1 threading model without limitations on the number of threads being created (since a new kernel thread is created for every user thread).
这样就可以实现一个不受创建的线程数限制的1:1线程模型(因为每一个新的内核线程都是为一个用户线程而创建)。
this is the fundamental threading model behind the workers api.
这是workersapi背后的基础线程模型。
choosing the appropriate threading model
选择合适的线程模型。
another common threading model is to have a single background thread and task queue for tasks of a certain type.
另一个常见的线程模型是为某一类型的任务分配一个后台线程与任务队列。