The kernel thread and the application thread will handshake with each other.
内核线程和应用程序线程需要相互进行握手。
The application thread is only initialized for com interop if the thread actually makes a call to a com component.
如果应用程序线程实际调用了COM组件,则仅为COM互操作初始化该线程。
The JIT compiler operates on a compilation thread that's separate from the application threads so that the application doesn't need to wait for a compilation to occur.
JIT编译器操作的编译线程与应用程序线程是分开的,因此应用程序不需要等待编译的执行。
When called by the application, the plug-in serializer runs in the same thread as the application and can only access elements created within the application thread.
应用程序调用插件序列化程序时,插件序列化程序与应用程序在同一线程中运行,且仅能访问应用程序线程中创建的元素。
In nearly every server application, the question of thread pools and work queues comes up.
几乎在每个服务器应用程序中都会出现线程池和工作队列问题。
Of course, you should have an additional thread in the application to capture transaction correlation data so that neither the core transaction performance nor response time is affected.
当然,这些应用程序中还应该有额外的线程来获取事务关联数据以免核心事务性能和响应时间受到影响。
Recommendation: Test the application with a variety of minimum and maximum thread pool sizes to determine which Settings move as much work as possible through the application.
推荐:请用不同的最小和最大线程池大小来测试应用程序以确定哪些设置使应用程序完成尽可能多的工作。
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.
虽然每个线程使用的内存量相当少,但对于拥有几百个线程的应用程序,线程栈的内存使用总量会达到很高。
The article also discusses how to initially configure the memory, thread pool, and JDBC connection pool on the application server.
本文还讨论了如何在应用服务器上配置内存、线程池和JDBC连接池的初始值。
The point here is that if your code is running on the UI thread, the application can't handle UI events from the OS.
问题的重点在于如果UI线程在运行您的代码,应用程序将无法再处理来自OS的UI事件。
This approach doesn't waste resources, since the application isn't holding on to a thread or a process when it doesn't need them.
这种方法不会浪费资源,因为应用在不需要线程或进程的时候并不会占用它们。
Of course, it can't release them until the thread pool itself is released by the application.
当然,直到它本身被应用程序释放之后,线程池才能释放线程。
To run COBOL programs in more than one thread, you must compile all of the COBOL programs in the application with the thread compiler option.
要在多个线程中运行COBOL程序,必须在应用程序中使用THREAD编译器选项对所有COBOL程序进行编译。
There is a memory overhead to hold the spot, and in the case of an application server, memory for the thread that's handling the request.
保留排队位置会导致内存开销,对于应用服务器,这会与正在处理请求的线程争用内存。
It is also the thread where your application interacts with running components of the Android UI toolkit.
同时,它还是你的应用程序与AndroidUI toolkit中运行的组件进行交互的线程。
The best practice in reading a WebSphere Application Server trace is to follow the thread ID in question to understand the flow of events.
阅读WebSphereApplicationServer跟踪文件时的最佳实践是,跟踪所涉及的线程ID,以了解事件流。
Pool allocation does not work effectively if one thread of the application allocates memory and other thread frees the memory.
如果应用程序的一个线程分配内存,而其他线程释放内存,那么poolallocation实际上是无效的。
Figure 9 shows the PMI data for the Web container thread pool while the DayTrader application was ramped up and run under steady-state, peak load.
图 7展示了当 DayTrader应用程序启动并在稳定、峰值负载下运行时Webcontainer线程池的PMI数据。
When an application is launched, the system creates a thread of execution for the application, called "main."
应用程序启动时,系统会为它创建一个名为“main”的主线程。
The application server then associates this transaction with the thread of execution before calling the work object's run method.
然后应用服务器会在调用工作对象的run方法之前把这个事务与执行线程关联起来。
Our RCP application spawns URIServer by calling new URIServer .start , launching the sever in its own thread and preventing the RCP application from blocking with waiting TCP requests.
RCP应用程序将生成uriserver,方法是调用新的URIServer . start,在它自己的线程中启动服务器并防止RCP应用程序由于等待TCP请求而被阻塞。
When an application is launched, the system creates a thread called "main" for the application.
当一个应用程序运行时,Android系统自动的为该应用程序创建一个叫做“Main”的主线程。
When the execution thread returns to the invoking application, it is the application's responsibility to read the value of the neededReports attribute and fetch the necessary reports accordingly.
当执行线程返回到调用方应用程序时,读取neededReports属性值并相应获取所需报告就是该应用程序的职责。
In order to distinguish worker threads from the UI thread, the main entry point for the sample application sets the Name property of the CurrentThread object to "UIThread."
为了区别工作者线程和UI线程,在例子程序的主入口点设置CurrentThread对象的名字属性为“UIThread ”。
This does not require any changes to the application code and provides timestamp, thread id, and parameter information.
这不需要对应用程序代码做任何修改,它会提供时间戳、线程ID和参数信息。
This is achieved by applying and removing the J2EE context information on and off the thread when the application logic begins and ends.
当应用程序逻辑开始和终止时,这可以通过应用和删除线程内外的J2EE上下文信息来完成。
Any long running operation that operates on the main thread will cause an application to freeze up.
任何在主线程上运行的这类操作都会导致应用程序冻结。
Increasing the number of threads in the thread pool has limited benefit because application-server performance starts to degrade as the number of threads in the pool increases.
增加线程池中的线程数量收效甚微,因为当线程池中的线程数量增加时,应用程序-服务器性能将开始降低。
A snapshot is taken of the current J2EE application context on the worker thread to restore later after the work completes.
获取工作线程上当前J2EE应用程序上下文的快照,以便在工作完成之后进行恢复。
A snapshot is taken of the current J2EE application context on the worker thread to restore later after the work completes.
获取工作线程上当前J2EE应用程序上下文的快照,以便在工作完成之后进行恢复。
应用推荐