据我所知,多线程处理所有的赌注都关闭。
支持多线程处理。
若要允许窗体直接处理事件,可以使用多线程处理。
To allow the form to handle the events directly, you can use multithreading.
介绍多线程处理的常见问题以及避免这些问题的策略。
Describes common problems with multithreading and strategies for avoiding problems.
加上多线程处理架构你可以关掉一些标签拿回占去的资源。
Thanks to its multiprocess architecture you can discard tabs and have all resources back.
描述什么是进程和线程以及MFC的多线程处理方法是什么。
Describes what processes and threads are and what the MFC approach to multithreading is.
创建多线程应用程序时,使用多线程处理同一对象一定要非常小心。
When creating a multithreaded application, you should be very careful in using multiple threads to manipulate the same object.
其中节点被配置成使用ExecutorService接口来进行多线程处理。
Its nodes are configured to perform multithreaded processing of the tasks using the ExecutorService interface.
虽然多线程处理是一个强大的工具,但是要将其正确应用却比较困难。
Although multithreading can be a powerful tool, it can also be difficult to apply correctly.
有关从辅助线程到调用方进行通信的信息,请参见多线程处理:编程提示。
For information about communicating from the worker thread to the caller, see Multithreading: Programming Tips.
如果必须用多线程处理同一对象,则应该执行适当的同步机制,如临界区。
If you must have multiple threads manipulate the same object, you should implement the appropriate synchronization mechanisms, such as critical sections.
有关这些限制的说明以及使用线程的其他提示,请参见多线程处理:编程提示。
For descriptions of these restrictions and other tips about using threads, see Multithreading: Programming tips.
使用多线程处理,可以派生出后台任务、管理同时发生的输入流、管理用户界面,等等。
With multithreading, you can spin off background tasks, manage simultaneous streams of input, manage a user interface, and much more.
在系统实现中,将故障模拟在全故障集上进行,并对C/S通信进行了多线程处理,取得了比较好的加速效果。
The fault simulating is completed on the full set of faults and multithread processing is applied to the communication of C/S. A good acceleration rate is achieved.
为了实现真正的对称多线程处理,每一个功能必须能够多次运行,即使另一个线程处在同样的执行点时也是如此。
To implement true Symmetric Multi-Processing (SMP), every function must be able to run multiple times, even when another thread is in the same point of execution.
多协议、多服务、并发的客户端和服务器端应用的设计,使系统具有多线程处理并发请求的能力以及灵活的扩展性。
Multi-protocol, multi-service and concurrent design of client-side and customer-side apply the capability that treat request of multithreading con-current and mobile to the system.
即使不使用多线程处理,也要预先初始化xerces - C+ +以避免多次调用这个函数,然后在应用程序结束时将其终止。
Even if you don't use multithreading, initialize Xerces-C + + up front to avoid multiple calls to this function and then terminate when your application terminates.
这种灵活性可以更好地使用cpu资源和更高效地使用多线程处理器,这些资源通常是在面向Web使用者的地方发挥作用。
This flexibility allows for better use of cpu resources and greater availability on multi-threaded processors that are commonly serving the web-facing side.
多线程和并行处理是因为我读了相关文章,觉得它看起来很有趣,然后再自己把它弄清楚了;然后我就一直使用这些技术来写应用。
Multithreading and parallel processing came about because I read articles on it, thought it sounded interesting, and figured it out on my own; I keep writing apps that use those techniques.
MDP能够处理与异步消息传送和多线程相关的复杂性。
MDP is able to handle the complexities associated with and asynchronous messaging and multithreading.
可配置的(通过元数据),并且能够处理多线程业务对象。
Configurable through metadata and capable of processing multithreaded business objects.
在您处理多线程的网络程序时,要十分谨慎,因为您需要掌握一定的技巧,以确保在程序的任何地方都能够访问场所信息。
Be careful when you are dealing with a multi-thread Web application, because you need to be more skillful to make sure that locale information is accessible anywhere in the application.
当您在处理多线程程序时,还有一个例外。
There is an exception when you are dealing with a multi-thread application.
这意味着您不用花费过多的时间研究多线程,从而可以集中精力处理您自己的代码。
This means you spend less time on boiler plate code for multi-threading and more time on your code.
多线程进程中的异常处理。
这并不是说用现有的库就不能实现,但是就像有了标准网络库一样,用经过调试的、可信任的库更容易自己处理多线程。
This isn't to say you couldn't get by with the existing libraries, but just like having a standard networking library, it was easier to do multithreading yourself with a debugged, trusted library.
这么做是为了处理线程池中的死锁,当太多线程等待其他任务结束时就会出现死锁。
This was done to address deadlocks in the thread-pool. These deadlocks were caused when too many threads were waiting on other tasks.
在本文中,我将介绍一些解决步骤,以避免被动处理COBOL多线程的限制。
In this article, I give you the steps you should take to avoid becoming reactive to handling the limitations with COBOL multithreading.
许多Android应用程序,但不是全部,需要处理多线程,由此引起并发。
Many, if not most, Android applications need to deal with multiple threads and thus concurrency.
处理多线程程序中的异常。
应用推荐