Hi Folks,

I'm new to slides. As I had some problems with extremly large file uploads
using Servlets I'm using NIO to solve this. With the "old" Java I/O API you
have to maintain a byte buffer and praying that this buffer is neigher to
small which decreases performance nor to large so that the VM break your
effort with OutOfMemoryError. 

Currently I need a efficient and stable way to share large files (mostly CAD
files from a 3D CAD Software - they are VERY large). So this is where Silde
and its WebDaV capabilites may came to play. 

So my question: Am I able to rewrite Struts to stream files using NIO
Channels and ByteBuffers which are out of the scope of JVM memory and
addressing the performance issue? If yes which class do I have to chance? A
custom Storage implementation? 

Thx for any hints or comments

Toby

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to