Project: Axis2

Revision: 663814

Author: dims

Date: 05 Jun 2008 23:49:59

Changes:

Performance related fix from David J. Strite. Thanks David!!

The AbstractContext.properties map starts with the default size of 16. Enough properties are added to the message context to resize and rehash the map twice during a request. Each time a HashMap is resized, it's doubled. Setting the initial size to 64 prevents the resizing.

Files:
modified: /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/context/AbstractContext.java (try)
[?]
To list