On 7/11/07, Trustin Lee <[EMAIL PROTECTED]> wrote:

Hi Geoff,

Meanwhile, you could try StreamWriteFilter
(
http://mina.apache.org/report/1.0/apidocs/org/apache/mina/filter/StreamWriteFilter.html
).


I think StreamWriteFilter would work, but it still doesn't give you the
advantage of zero-copy like you do with FileChannel.transferTo.  In my tests
on Linux is transferTo much faster than write, especially for large files.

-geoff

Reply via email to