Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Garbage collection not happening?
> > Why are you putting the results in an ArrayList? If you can write each
> > record to the file directly, you might be able to work around the
> > problem.
>
> B/c there's some in memory processing that has to take place on the
> records after they've been read out of the db and before they are
> written out.
(Note I'm new to Java, but I agree with subsequent posts that iPlanet may be caching stuff... don't know anything about iPlanet though, sorry).
Can you give some detail on the in-memory processing that needs to occur? Perhaps you could create a class that does the processing on the fly as the records are output to the file.
An obvious idea, yes, but just looking for options.
jz Received on Fri Sep 06 2002 - 11:43:25 CDT
![]() |
![]() |