Re: Performance & Caching

2006-04-17 Thread Curt Arnold
On Apr 17, 2006, at 7:17 AM, Rondeau, Tim (Mission Systems) wrote: Hi All, New to log4j and I am researching information to decide if we should use or not. Looking for information on Performance, Caching and Memory Use? How is the performance? Everything I have seen says fast, but re

RE: Performance & Caching

2006-04-17 Thread Rondeau, Tim \(Mission Systems\)
Thanks for the info. I am looking to use log4j also for data logging. So Debug/error wise and also data recording. Trying to see how the best approach would be for this to all work out. From: James Stauffer [mailto:[EMAIL PROTECTED] Sent: Mon 4/17/2006 10:57

Re: Performance & Caching

2006-04-17 Thread James Stauffer
The bottom of http://logging.apache.org/log4j/docs/manual.html has performance info. How would caching be used with log4j? Write caching could be bad because if the application dies you want to see what was happening right before it died. You could easily write an appender that wrote to memory.

Performance & Caching

2006-04-17 Thread Rondeau, Tim \(Mission Systems\)
Hi All, New to log4j and I am researching information to decide if we should use or not. Looking for information on Performance, Caching and Memory Use? How is the performance? Everything I have seen says fast, but really looking to measure that time? So if I have 100 records say, how

Re: inheritance dilemma

2006-04-17 Thread Jeff Drew
Thank you for the explanation and the help. I now have working code and knowledge of why it works. On 4/17/06, Jacob Kjome <[EMAIL PROTECTED]> wrote: > > At 10:16 AM 4/16/2006, you wrote: > >Thanks Jake, > > > >It makes sense to me. I just want to confirm that I'm creating an > instance > >of Lo