DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17847>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17847

MessageFormat usage in MessageResources.java

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2003-03-23 06:05 -------
MessageResources already makes a best effort at performance optimizations.  
Introducing this would convolute the code and not lead to any demonstrable 
improvement for most applications.  If you can prove with factual profiling 
information that your application would benefit from this, you can subclass 
MessageResources and introduce the performance optimization.


Pooling logic is not as simple as using a Stack.  If we use pooling in Struts it 
should probably come from commons-pool classes.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to