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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41057





------- Additional Comments From [EMAIL PROTECTED]  2006-11-29 08:21 -------
This cache caches the result of the conversion of byte[] to String. This is an
expensive operation since it includes many allocations and B2C  operations(which
makes the cache lookup cost insignificant as long as no sync occurs), and it's a
bit of an experiment.

The way the cache works is that it looks for a while at the strings the webapp
is using, build usage data (for example, the attributes names, etc, are going to
be used oftem), and then generates a static cache out of that.

The cache is supposed to be relatively small, however, so if it can get too big
it's bug. I added a limit on the String size in the code along with a new system
property, which should be all that is needed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to