In multithreaded applications, for example, if multiple threads access the same resource for reading and writing, thread synchronization problems can occur. 例如,在多线程应用程序中,如果多个线程访问相同的资源进行读写访问,则可能会出现线程同步问题。
This type of infinite loops can sometimes occur due to multithreaded access into a shared unsynchronized data structure. 这种类型的无限循环有时是由于多线程访问共享的不同步的数据结构造成的。
The1.4.1 JDK further improves the effectiveness of garbage collection by adding new multithreaded collection options for multiprocessor systems and very large heaps. JDK1.4.1通过增加新的针对多处理器系统和非常大的堆的多线程收集选项,进一步改进了垃圾收集的效率。
In the Java language, we use synchronized blocks to acquire mutual-exclusion locks, which protect shared-resource access in multithreaded systems. 在Java语言中,我们使用了同步语句来获取互斥锁,这可以保护多线程系统的共享资源访问。
The PS3 provides an amazing low-cost platform for multithreaded data-and compute-intensive applications. PS3为多线程的数据和计算密集型应用程序提供了一个成本极为低廉的平台。
The API provides multithreaded access to multiple physical USB devices, and supports both native and remote devices. 这个API提供了对多个物理USB设备的多线程访问,并支持本机和远程设备。
Finally, DOM implementations generally include a lot of synchronization code to make multithreaded access safe. 最后,DOM实现通常包括许多同步代码以使多线程化访问安全。
It supports multithreaded downloads, allowing for fast downloads. 它支持多线程下载,实现快速下载。
Finally, you could run concurrent inserts through a multithreaded application, with each thread doing its own inserts. 最后,您可以通过一个多线程应用程序运行并发的插入,其中每个线程做它自己的插入。
Some languages did not have any support for multithreaded programming and have added it. 一些语言本身并不支持多线程编程,对多线程编程的支持是后来加上的。
The last four steps are designed to run in parallel with each other or as multithreaded command sequences. 最后四步设计为并行运行或者作为多线程的命令序列。
With AsyncTask, you can really simplify multithreaded code. 有了AsyncTask,您就完全可以简化多线程代码。
Exception handling in multithreaded processes. 多线程进程中的异常处理。
A multithreaded application works just as well on a single-CPU system but without the added speed. 多线程应用程序也可以在单CPU系统上工作,但是无法实现提速。
If we want to write scalable multithreaded programs, we must reduce contention for critical resources. 如果想编写具可伸缩性的多线程程序,我们就必须减少对临界资源的争用。
The download also contains a simple Java HTTP multithreaded test client to help with running performance tests. 下载的内容还包括一个简单的JavaHTTP多线程测试客户端来帮助进行性能测试。
It will not only improve the experience of writing multithreaded applications, but also the quality of your products. 这不仅提高了编写多线程应用程序的体验,而且提高了产品品质。
To take full advantage of it, applications need to be multithreaded. 为充分利用这一特性,应用程序需要是多线程的。
Stop and continue signals also affect the entire process, and this enables job control for multithreaded processes. 停止和继续信号也会影响整个进程,这样就可以实现对多线程进程的工作控制。
Use Load and a staging table or a multithreaded application to achieve Insert parallelism. 使用Load和staging表或多线程应用程序,以实现Insert的并行性。
The third,-t, determines whether or not to run multithreaded. 第三个选项-t确定是否运行多线程。
For example, suppose you wanted to create a facility for managing debugging information in a multithreaded application. 例如,假设您想创建一个用于管理多线程应用程序调试信息的工具。
Its nodes are configured to perform multithreaded processing of the tasks using the ExecutorService interface. 其中节点被配置成使用ExecutorService接口来进行多线程处理。
The compiler is internally multithreaded resulting in faster build time depending on the platform used for compilation. 这个编译器内部支持多线程,这样就能够在基于编译所用的平台上获得更快的构建时间(BuildTime)。
To enforce this guarantee in a multithreaded environment requires a lock to synchronize threads. 要在多线程环境中强制此保证,需要一个锁来同步线程。
It can dramatically speed up multithreaded processes that do a lot of allocating and deallocating. 它可以显著地加快那些进行很多分配和回收的多线程进程的速度。
The implementation of multithreaded and network transmission remote data acquisition system on ERP 多线程和网络传输的数据采集系统在ERP中的应用
This is called a race condition and is a common issue in multithreaded programming. 这叫做“争用条件”,是多线程编程中常见的一个问题。
It is acceptable because our test framework is not multithreaded or reentrant. 这是可以接受的,因为我们的测试框架不是多线程的或可重入的。
What is the number one issue that you have seen for Java developers creating multithreaded applications? 你认为对于创建多线程应用的Java开发者来说,最首要的问题是什么呢?