[jboss-jira] [JBoss JIRA] Created: (JGRP-1077) TP: marshaller pool to marshall messages
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri Oct 23 04:03:05 EDT 2009
TP: marshaller pool to marshall messages
----------------------------------------
Key: JGRP-1077
URL: https://jira.jboss.org/jira/browse/JGRP-1077
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 2.8
Regular and bundled messages use a single output stream to marshal messages. This resource is locked and unlocked when done.
Ass a MarshallerPool class which is configured with a pool size and initial size, and then randomly grab a marshaller from the pool to unmarshal and - when done- return it to the pool.
Through this lock and resource striping, apps with many concurrent threads sending messages should be faster
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list