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=33553>.
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=33553

           Summary: Cache DatabaseConfiguration values for higher
                    performance
           Product: Commons
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Configuration
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


The DatabaseConfiguration class queries each property as it gets the request 
for each property.  This is 
nice for ensuring that you're always up to date, but it doesn't give very good 
performance in enterprise 
applications, where the database may not be on the same subnet.
What we need is the ability to hit the database once, get all the keys/values 
and then serve up 
"getString" etc. from that cache.
I'll be opening a separate enhancement to have a generic Reloading Strategy 
which could then be 
applied to this caching DatabaseConfiguration approach.

-- 
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