Re: Memory management
Re: Memory management
- Subject: Re: Memory management
- From: Arturo Pérez <email@hidden>
- Date: Tue, 16 Mar 2004 20:31:44 -0500
On Mar 16, 2004, at 4:54 PM, Richard Bruch wrote:
Others have answered the other issues much more ably than myself (as I
knew they would :-)
Can you explain what you mean with an in-memory PrintWriter ? I create
it on
a FileOutputStream and assume, it works like any file stream - by
using a
limited buffer to collect a reasonable chunk of data and writing it to
the
file.
I was wondering if the PrintWriter you were using was based on
ByteArrayOutputStream.
Boy would your memory consumption go up with that! I didn't think the
fetchRow would
retain each row that it fetched. Isn't that the job of the ObjectStore?
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.