You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/08/10 09:17:05 UTC

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

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
            Reporter: James Strachan
            Assignee: James Strachan
            Priority: Trivial


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.


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

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan updated CAMEL-94:
--------------------------------

    Assignee:     (was: James Strachan)

> 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
>            Reporter: James Strachan
>            Priority: Trivial
>
> 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-94.
------------------------------

    Resolution: Fixed

Fixed in rev 684296

> 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
>             Fix For: 1.5.0
>
>
> 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CAMEL-94 started by Claus Ibsen.

> 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
>             Fix For: 1.5.0
>
>
> 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.