-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
- SingletonAddress is not needed anymore as we removed the shared transport in 4.0
- This slows down the bundler as it is used as key to the bundler hashmaps
- SenderSendsBundler: send messages outside the lock scope. This requires us to use a number of bundler hashmaps, or making a shallow copy of the buckets of the current hashmap, before clearing it
- relates to
-
JGRP-1997 Bundler: find new default bundler
- Open