You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2009/06/22 11:16:08 UTC

[jira] Closed: (HARMONY-4039) [classlib][luni] Socket implementation is too slow

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

Tim Ellison closed HARMONY-4039.
--------------------------------


> [classlib][luni] Socket implementation is too slow
> --------------------------------------------------
>
>                 Key: HARMONY-4039
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4039
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Boris Kuznetsov
>            Assignee: Tim Ellison
>         Attachments: patch.txt, test.java
>
>
> I noticed that Harmony classlib works too slowly with MySQL (both on DRLVM and Jrockit).
> The reason is the socket implementation: availableStreamImpl uses 1 ms timeout for hysock_select_read().
> It leads to 0.015 sec wait on select call for every available().
> Here are the test which demonstrate the problem and proposed patch.
> harmony-jre-r533500\bin\java test
> estimatedTime 15625
> After patch applying:
> java test
> estimatedTime 10

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