On 8/13/03 01:01 AM Mark Mahieu <[EMAIL PROTECTED]> wrote:

> All,
> 
> The reason being that while profiling a J2EE application a while back we
> found that well over 50% of the processors' time was spent executing log
> statements just like the above - most of that with the VM messing around
> creating StringBuffer objects and then garbage collecting them.  In the
> case above, this will happen regardless of the logging level in use i.e.
> *even if* debug messages aren't actually being output.
> 

You may fix the object creation issue but may leave the false impression of
being safe. See recent post from Eric on axis-dev
http://marc.theaimsgroup.com/?l=axis-dev&m=106071965108031&w=2.

Jens

Reply via email to