Hi!

> mobic.com [mailto:[EMAIL PROTECTED] wrote:
> ByteArrayStream is what we are using now, but I am concerned about the
> memory consumption since we are planning for large files with video
> content.
> It might be that we have to implement an intermediate file storage then
> to
> avoid memory issues.

That's truly a problem.
Storing big binary files in a database is always a bit tricky, because most 
databases are designed to store huge amounts of small data (numbers and 
characters), not big binary information.
Maybe there's a chance with using PipedStreams, but I doubt it will end up in a 
good solution. I think temp files, as you mentioned, will be a better solution 
and easier to play with.

regards,

Steve

Reply via email to