[
https://jira.jboss.org/jira/browse/JGRP-1077?page=com.atlassian.jira.plug...
]
Bela Ban commented on JGRP-1077:
--------------------------------
marshaller_pool_size and marshaller_pool_initial_size were removed again, as TP.lock was
removed altogether (every thread allocates its own output stream now), so this is not
needed anymore
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