Re: How can I stream blobs to/from entities?
Re: How can I stream blobs to/from entities?
- Subject: Re: How can I stream blobs to/from entities?
- From: Arturo PĂ©rez <email@hidden>
- Date: Wed, 14 Apr 2004 21:13:38 -0400
On Apr 14, 2004, at 1:35 PM, Paolo Sommaruga wrote:
The code works very well but only with file < 3MB size. With greater
size I need to increase the max jvm heap size. I can upload a file of
10 MB size only with -Xmx512m, which is too much memory for a single WO
instance for me
This looks like a limitation of the JDBC driver for pgSQL. What it
does internally is read the whole file at once then ships it over to
the DB in a bytea. There's a comment to the effect that data can't be
streamed over to the database.
You may want to complain to the pgSQL developers about this.
----
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.