[jboss-jira] [JBoss JIRA] Resolved: (JGRP-394) Performance enhancements
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Aug 20 09:11:01 EDT 2007
[ http://jira.jboss.com/jira/browse/JGRP-394?page=all ]
Bela Ban resolved JGRP-394.
---------------------------
Resolution: Done
Looked at Bundler: we don't need a ConcurrentHashMap as access to msgs is very short and we need to synchronize anyway
> Performance enhancements
> ------------------------
>
> Key: JGRP-394
> URL: http://jira.jboss.com/jira/browse/JGRP-394
> Project: JGroups
> Issue Type: Task
> Affects Versions: 2.5
> Reporter: Bela Ban
> Assigned To: Bela Ban
> Fix For: 2.6
>
>
> - NAKACK.handleMessage(): NakReceiver.add() --> Retransmitter.add() --> TimeScheduler.add() is quite costly; we also iterate through a linear
> list when removing a message from the Retransmitter !
> - Bundler: sending is over-synchronized; use ConcurrentHashMap for msgs
> - GroupRequest and RequestCorrelator eat CPU cycles in MessageDispatcher: remove them ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list