You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (JIRA)" <ji...@apache.org> on 2012/06/01 19:28:23 UTC

[jira] [Resolved] (IO-332) Improve tailer's reading performance

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

Gary D. Gregory resolved IO-332.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4

Patch applied with tweaks. Thank you!
                
> Improve tailer's reading performance
> ------------------------------------
>
>                 Key: IO-332
>                 URL: https://issues.apache.org/jira/browse/IO-332
>             Project: Commons IO
>          Issue Type: Improvement
>            Reporter: Liyin Liang
>             Fix For: 2.4
>
>         Attachments: IO-332-1.diff
>
>
> Now, Tailer triggers a lot of calls to the underlying runtime system, that is, RandomAccessFile.read(), a native method that returns the next byte of the file. This approach is too slow to meet our need. The performance can be improved by using a large buffer, that is using RandomAccessFile.read(byte[]). Then Tailer only rarely accesses the underlying system.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira