in reply to Performance quandary

I notice from your previous thread that logging is taking up %30 of the app's time. Is it possible to reduce the amount of logging?...

gav^

Replies are listed 'Best First'.
Re: Re: Performance quandary
by Anonymous Monk on Feb 24, 2002 at 02:47 UTC
    Logging has been almost wiped from the face of the program. ;-) It is now only about 3-5% of time taken. (I was still debugging the logic of the program when the last profiles were posted). Also by the end of the run, when we're beyond half a million entries, the logging overhead gets lower and lower relative to everything else (because logging is always a fixed cost--the database management is where the problem comes in).