Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: fluctuating execution times

Re: fluctuating execution times

From: Bob Preston <bobpreston_at_hotmail.com>
Date: 7 Jan 2002 08:11:43 -0800
Message-ID: <f2e614a5.0201070811.757d070c@posting.google.com>


I had a similar problem, and I also looked towards the database access as the culprit. But, then I realized that Java garbage collection times are also a wildcard in the equation (especially on single processor machines). That turned out to be the real culprit.

Try putting a System.gc() in your loop.

Regards,

Bob Received on Mon Jan 07 2002 - 10:11:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US