Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ricky Johnson   on May 12 In Java Category.

  
Question Answered By: Richie Smith   on May 12

I would follow Stephen's suggestions as he is right. You might be
waiting on a free connection to the database  as your program loops
through the records. If that doesn't help then I can make a
suggestion that you explicitly call the gc System.gc();

Share: