You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org> on 2010/02/25 03:46:27 UTC

[jira] Assigned: (HARMONY-6456) [performance] improve performance in Harmony network and IO classes

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

Jimmy, Jing Lv reassigned HARMONY-6456:
---------------------------------------

    Assignee: Jimmy, Jing Lv

> [performance] improve performance in Harmony network and IO classes
> -------------------------------------------------------------------
>
>                 Key: HARMONY-6456
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6456
>             Project: Harmony
>          Issue Type: Task
>         Environment: all
>            Reporter: Jimmy, Jing Lv
>            Assignee: Jimmy, Jing Lv
>
> The current performance of networking/io is a bit slow in Harmony implementation. Much work to be done to improve as:
> 1. use high performance native API like readv/writev instead to fill the arrays of data
> 2. simplify the native call stack to save time;
> 3. reduce unnecessary array copy in the data read/write 
> 4. remove unnecessary synchronizations
> 5. remove redundant varieties
> etc. 

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