Status: New
Owner: brainslog
CC: [email protected]
Labels: Type-Enhancement Priority-Low Component-DIAMETER-Stack Performance Roadmap-Fix DIAMETER-1.6.0.FINAL

New issue 13 by brainslog: Diameter Stack: Minimize Configuration Lookup
http://code.google.com/p/jdiameter/issues/detail?id=13

For instance, on each message send, the following is performed:

long timeOut = container.getConfiguration().getLongValue(MessageTimeOut.ordinal(), (Long) MessageTimeOut.defValue());

Behaviors like this should be replaced by storing the configuration value in a local variable.

Reply via email to