]
Bela Ban updated JGRP-1982:
---------------------------
Attachment: jgrp-1982.patch
Patch contains changes to RequestCorrelator/Request/UnicastRequest/GroupsRequest to use
RequestTable
RequestCorrelator: use IntHashMap / LongHashmap for request
correlation
-----------------------------------------------------------------------
Key: JGRP-1982
URL:
https://issues.jboss.org/browse/JGRP-1982
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.6.7
Attachments: jgrp-1982.patch
In RequestCorrelator (and possibly other classes), use an IntHashMap or LongHashmap for
the request table. Goal: use less space when we have a lot of requests.