You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/06/03 20:27:00 UTC

[jira] Updated: (CAMEL-94) performance improvement: optimise FileProcessor for cases where the payload is a File

     [ https://issues.apache.org/activemq/browse/CAMEL-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-94:
-----------------------------

             Assignee: Claus Ibsen
    Affects Version/s: 1.3.0
                       1.4.0
             Priority: Minor  (was: Trivial)
          Component/s: camel-core

I do plan to do some upgrades of the File component so I might as well have this assigned as wel..

> performance improvement: optimise FileProcessor for cases where the payload is a File
> -------------------------------------------------------------------------------------
>
>                 Key: CAMEL-94
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-94
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.3.0, 1.4.0
>            Reporter: James Strachan
>            Assignee: Claus Ibsen
>            Priority: Minor
>
> If we are given a File body, we could optmiise the implementation to use either [FileChannel. transferFrom()|http://java.sun.com/j2se/1.5.0/docs/api/java/nio/channels/FileChannel.html#transferFrom(java.nio.channels.ReadableByteChannel,%20long,%20long)] or [FileChannel.transferTo()|http://java.sun.com/j2se/1.5.0/docs/api/java/nio/channels/FileChannel.html#transferTo(long,%20long,%20java.nio.channels.WritableByteChannel)]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.