The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Garbage collection

Posted by Ramesh on May 01, 2001 at 11:13 PM

Hi
We are working on an onLineTradingSystem.We have some thing called batch programs
in our system which process the orders placed.One of our batch programs reads data from
one table and does lot of processing on the set of records retrived from the
table.No of records could be more than 1000.Here we are facing a problem.Once i executed
the select statement all the records will be stored in resultSet.once the process on these set of records are over we are not able to release the memory
used by the resultSet object.Please suggest me some garbageCollection techiniques
which will release this memory.
some times it mandates us to restart the machine.



Replies:
  • GC Villanueva May 02, 2001 at 10:47 AM (0)

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us