Updates:
Status: Fixed
Comment #1 on issue 2154 by brainslog: Remove Diameter Stack performance
bottleneck at registerRequestRouteInfo
http://code.google.com/p/mobicents/issues/detail?id=2154
This issue was updated by revision r15463.
By replacing iteration of list containing ordered request info and removing
it both from a HashMap and from a CopyOnWriteArrayList by removing a
first-half subList from the HashMap keySet and creating a new
CopyOnWriteArrayList with the second-half subList, the time wasted for this
method has been greatly improved, mainly on the latter.
This method should not limit performance anymore.