On 8/13/03 05:37 PM Jason Dillon <[EMAIL PROTECTED]> wrote: > Are there concrete metrics which suggest that isXEnabled() is horribly > slow? If so, then it sounds like we should write a simple utility to > perform lazy caching of this information... but I was under the > impression that the isXEnabled() methods were not so slow, but I have > not profiled them. >
As always it depends on your isEnabled implementation. As I said yesterday we just saw on axis-dev that the used implementation of isEnabled should be cached. See http://marc.theaimsgroup.com/?l=axis-dev&m=106071965108031&w=2. Jens
