A Multi-thread Data Flow Solution Applying to Java
Extension
The multi-core processors environment is increasingly popular, the parallel studies of application program for this
architecture has become the focus. In object-oriented program design language, often use the thread to implement an
application program parallelism, however, synchronization and communication between threads are often very
complicated to implement and can not take full advantage of multi-core advantage. Proposed a multi-thread basing on
data flow and Java extensions to achieve solutions, presents a new multi-thread programming method. The results
show that this method is not only easy to implement and can better take advantage of multi-core advantage.