[
https://issues.apache.org/jira/browse/HAMA-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Jungblut reassigned HAMA-568:
------------------------------------
Assignee: Thomas Jungblut
> Add faster synchronized collections for message queues
> ------------------------------------------------------
>
> Key: HAMA-568
> URL: https://issues.apache.org/jira/browse/HAMA-568
> Project: Hama
> Issue Type: Sub-task
> Reporter: Thomas Jungblut
> Assignee: Thomas Jungblut
>
> Currently the synchronized messaging (accessed concurrently via RPC) is done
> with a single mutex object. See org.apache.hama.bsp.message.SynchronizedQueue.
> This can be improved for memory queue by adding the ConcurrentLinkedQueue
> from Java since it has higher throughput.
> Needless to say, we should add some custom synchronized version of a queue,
> maybe through a factory class in the normal version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira