Close
jGuru Forums
Posted By: Vipin_Mathews Posted On: Friday, June 3, 2005 05:48 AM
How can I implement Parallel processing in Java without using Threads.
In my application, I need to hit the database inorder to retreive a huge set of data. Also it has a Swing UI which is waiting for some other user interaction. How can I make use of this UI waiting time for hitting the database and save my process time.
Re: Parallel Processing
Posted By: Yilmaz_Mete Posted On: Friday, July 15, 2005 07:55 AM