The goal is not to have threads created in normal operation.
它的目的是在通常的操作中无需创建新线程。
Work management: Allows the application server to manage the threads created by the adapter.
工作管理:允许应用程序服务器管理适配器生成的线程。
Then, any threads created in that thread group will get the new behavior when an unforeseen runtime exception happens.
然后,当发生未预料的运行时异常时,该线程组内创建的任何线程都将获得新的行为。
One common workaround was to use a pool of threads created at VM startup, rather than creating each new thread on demand.
一个常见的解决方案是使用VM启动时创建的线程池,而不是按需创建每个新线程。
Displays the number of native operating system threads created and owned by the common language runtime to act as underlying threads for managed thread objects.
显示公共语言运行时创建和拥有的、作为托管线程对象的基础线程的本机操作系统线程的数目。
Once the completion port has been created and sockets have been associated with it, one or more threads are needed to process the completion notifications.
在创建了完成端口、将一个或多个套接字与之相关联之后,我们就要创建若干个线程来处理完成通知。
Threads can be created and managed less operating system overhead and fewer system resources.
线程的创建和管理只需要较小的操作系统开销和较少的系统资源。
You don't need all those threads, but this way you'll see the power of the logging system you've created.
您不需要所有那些线程,不过这样您会看到自己创建的日志记录系统的强大能力。
After the code created 304 threads, it failed to create more.
在代码创建了304个线程之后,它无法创建更多线程。
Listing 1 shows the serious memory leak created if you forget to join joinable threads.
清单1显示在忘记联接可接合线程时引发的严重内存泄漏。
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个线程,直到达到最大线程数量。
The number of processes and threads that can be created inside a WPAR.
可以在WPAR中创建的进程和线程数量。
New MDB instances will get created, and the new threads will be spawned only if so many messages are there on the queue that need to be processed.
只有当队列中需要处理的消息太多时才会创建新的mdb实例且发起新的线程。
Documents based on these templates may be created and managed alongside the formal models, providing the requirements input needed to drive analysis and design threads.
除了规范化模型以外,还可能创建和管理基于这些模板的文档,以提供驱动分析和设计思路所需的需求输入。
Happens-before orderings across threads are only created by synchronizing on a common lock or accessing a common volatile variable.
只有在通用锁上执行同步或访问一个通用的可变变量时,才能创建跨线程的Happens - before排序。
Two objects are created, StringCreator and StringReader, on two separate threads at lines //5 and //6, passing a reference to the MutableString object.
在行 //5和 //6 处,在两个分开的线程上创建了两个对象StringCreator 和StringReader。 传入一个MutableString对象的引用。
Rather than using JMS based process navigation, threads are created through the work manager, where server affinity enables the reuse of cached objects. To enable this feature.
与使用基于JMS的流程导航不同,线程是通过工作管理器创建的,其中服务器关联性支持缓存对象重用。
Now, we would have created a data race on the local variable sum, because multiple threads might want to update it simultaneously.
现在,我们在局部变量sum上创造了一场数据竞争,因为多个线程可能同时希望更新它。
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线程模型(因为每一个新的内核线程都是为一个用户线程而创建)。
If main finishes before the threads it has created and exits with pthread_exit , the other threads continue to execute.
如果main在它创建的线程之前完成,并使用pthread_exit退出,那么其他线程将继续执行。
All threads in a component-scoped thread pool are asynchronous bean daemon threads and have the same lifecycle of the application that created it.
组件范围的线程池中的所有线程都是异步bean守护程序线程,并且具有与创建它的应用程序相同的生命周期。
Threads do not start when created; instead, a co-routine is started after the fact, using coroutine.resume (t), where t is a thread.
线程不会在创建时启动;相反,它是在创建之后使用coroutine . resume (t)启动的,其中t就是一个线程。
In particular, several threads of irrational thought have created an Internet phantom, the secret planet Nibiru.
特别的是,若干疯狂的想法创造出了一个网络幽灵——一颗名叫“尼布鲁”的秘密行星。
This server creates as many worker threads as needed up to the maximum specified when the server is created (decoded from the command line in this particular example).
此服务器可以创建所有需要的线程,直到达到创建服务器(从此示例中的命令行解码)时指定的最大数量。
30 virtual clients were created, and each client had two threads.
创建了30个虚拟的客户机,每个客户机有两个线程。
It does not have to worry about the possibility that threads "a" and "b" haven't been created yet.
它不必担心存在还没有创建线程a和线程b的可能性。
Enable much more versatile multi-threading. Resources can be created from any thread and there are several ways to prepare draw call submission from multiple threads in parallel.
启用更多通用的多线程。资源可以在任何线程中创建。此外,我们有几种方法能从并行的多线程中调用将要做的提交。
Threads are listed as child nodes of the process that created them.
线程作为创建它们的进程的子节点列出。
Threads are listed as child nodes of the process that created them.
线程作为创建它们的进程的子节点列出。
应用推荐