You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/09/29 14:26:32 UTC

[jira] Created: (SLING-1811) Use buffered input stream to read serialized information

Use buffered input stream to read serialized information
--------------------------------------------------------

                 Key: SLING-1811
                 URL: https://issues.apache.org/jira/browse/SLING-1811
             Project: Sling
          Issue Type: Improvement
          Components: Installer
    Affects Versions: Installer Core 3.0.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
            Priority: Minor
             Fix For: Installer Core 3.0.2


The serialized info is read unbuffered causing several small reads from the file system; a buffered input stream could improve this

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


[jira] Resolved: (SLING-1811) Use buffered input stream to read serialized information

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1811.
-------------------------------------

    Resolution: Fixed

Use buffered input and output stream with revision 1002590

> Use buffered input stream to read serialized information
> --------------------------------------------------------
>
>                 Key: SLING-1811
>                 URL: https://issues.apache.org/jira/browse/SLING-1811
>             Project: Sling
>          Issue Type: Improvement
>          Components: Installer
>    Affects Versions: Installer Core 3.0.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: Installer Core 3.0.2
>
>
> The serialized info is read unbuffered causing several small reads from the file system; a buffered input stream could improve this

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