You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "James Gan (JIRA)" <ji...@apache.org> on 2009/10/12 10:18:31 UTC

[jira] Updated: (HARMONY-6344) Provide a lock-free version of ReferenceQueue

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

James Gan updated HARMONY-6344:
-------------------------------

    Attachment: amino_rfq.zip

A new version

> Provide a lock-free version of ReferenceQueue
> ---------------------------------------------
>
>                 Key: HARMONY-6344
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6344
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>    Affects Versions: 6.0M1
>         Environment: Any modern multi-core environment
>            Reporter: James Gan
>             Fix For: 6.0M1
>
>         Attachments: amino_rfq.zip, amino_rfq.zip
>
>
> In Harmony, the original ReferenceQueue is a lock-base queue, which doesn't scale well on multi-core environment. Here I attached an lock-free version of ReferenceQueue based on Amino Library, which has better scalability than original queue

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