[jboss-jira] [JBoss JIRA] Assigned: (JBMESSAGING-629) Unneccessary puts in message store
Juha Lindfors (JIRA)
jira-events at jboss.com
Wed Dec 20 07:15:40 EST 2006
[ http://jira.jboss.com/jira/browse/JBMESSAGING-629?page=all ]
Juha Lindfors reassigned JBMESSAGING-629:
-----------------------------------------
Assignee: Juha Lindfors (was: Tim Fox)
> Unneccessary puts in message store
> ----------------------------------
>
> Key: JBMESSAGING-629
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-629
> Project: JBoss Messaging
> Issue Type: Task
> Affects Versions: 1.0.1.GA, 1.2.0.Alpha1
> Reporter: Tim Fox
> Assigned To: Juha Lindfors
> Fix For: 1.0.2.CR1
>
>
> We are currently executing unnecessary puts into the message store on the primary execution path of message routing.
> When a new message arrives - it is first added to the message store. The message is only ever retrieved from the message store if a reference is loaded from paging and we want to make sure we do not have more than once instance in memory at once.
> The first put is therefore unnecessary and will have some performance implications. Also message store is currently a synchronization bottleneck so this should aid concurrency. Messages should only be added to the message store (if necessary) when they are paged to storage
--
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