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 2007/02/06 08:11:05 UTC

[jira] Created: (HARMONY-3122) [classlib][nio]refine Selector.select() implementation

[classlib][nio]refine Selector.select() implementation
------------------------------------------------------

                 Key: HARMONY-3122
                 URL: https://issues.apache.org/jira/browse/HARMONY-3122
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Jimmy, Jing Lv


Hi,
     Currently the java.nio.Seletor.select() and its internal implementation require multi-copy and reflect during preparation and result-analysis, it can be predigested to improve performance.

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


[jira] Updated: (HARMONY-3122) [classlib][nio]refine Selector.select() implementation

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy, Jing Lv updated HARMONY-3122:
------------------------------------

    Attachment:     (was: 3122.zip)

> [classlib][nio]refine Selector.select() implementation
> ------------------------------------------------------
>
>                 Key: HARMONY-3122
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3122
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Attachments: 3122.zip
>
>
> Hi,
>      Currently the java.nio.Seletor.select() and its internal implementation require multi-copy and reflect during preparation and result-analysis, it can be predigested to improve performance.

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


[jira] Resolved: (HARMONY-3122) [classlib][nio]refine Selector.select() implementation

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

Tim Ellison resolved HARMONY-3122.
----------------------------------

    Resolution: Fixed

Thanks Jimmy,

Patch applied to LUNI and NIO modules at repo revision r504210.

Please check that they were applied as you expected.


> [classlib][nio]refine Selector.select() implementation
> ------------------------------------------------------
>
>                 Key: HARMONY-3122
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3122
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Tim Ellison
>         Attachments: 3122.zip
>
>
> Hi,
>      Currently the java.nio.Seletor.select() and its internal implementation require multi-copy and reflect during preparation and result-analysis, it can be predigested to improve performance.

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


[jira] Updated: (HARMONY-3122) [classlib][nio]refine Selector.select() implementation

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy, Jing Lv updated HARMONY-3122:
------------------------------------

    Attachment: 3122.zip

Hi,
     Would you please try my patch? Thanks!
Best Regards,
Jimmy

> [classlib][nio]refine Selector.select() implementation
> ------------------------------------------------------
>
>                 Key: HARMONY-3122
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3122
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Attachments: 3122.zip
>
>
> Hi,
>      Currently the java.nio.Seletor.select() and its internal implementation require multi-copy and reflect during preparation and result-analysis, it can be predigested to improve performance.

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


[jira] Updated: (HARMONY-3122) [classlib][nio]refine Selector.select() implementation

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy, Jing Lv updated HARMONY-3122:
------------------------------------

    Attachment: 3122.zip

> [classlib][nio]refine Selector.select() implementation
> ------------------------------------------------------
>
>                 Key: HARMONY-3122
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3122
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Attachments: 3122.zip
>
>
> Hi,
>      Currently the java.nio.Seletor.select() and its internal implementation require multi-copy and reflect during preparation and result-analysis, it can be predigested to improve performance.

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


[jira] Closed: (HARMONY-3122) [classlib][nio]refine Selector.select() implementation

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

Tim Ellison closed HARMONY-3122.
--------------------------------


No response, assuming ok.


> [classlib][nio]refine Selector.select() implementation
> ------------------------------------------------------
>
>                 Key: HARMONY-3122
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3122
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Tim Ellison
>         Attachments: 3122.zip
>
>
> Hi,
>      Currently the java.nio.Seletor.select() and its internal implementation require multi-copy and reflect during preparation and result-analysis, it can be predigested to improve performance.

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


[jira] Assigned: (HARMONY-3122) [classlib][nio]refine Selector.select() implementation

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

Tim Ellison reassigned HARMONY-3122:
------------------------------------

    Assignee: Tim Ellison

> [classlib][nio]refine Selector.select() implementation
> ------------------------------------------------------
>
>                 Key: HARMONY-3122
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3122
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Tim Ellison
>         Attachments: 3122.zip
>
>
> Hi,
>      Currently the java.nio.Seletor.select() and its internal implementation require multi-copy and reflect during preparation and result-analysis, it can be predigested to improve performance.

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