RE: Multiple threads that log events to the same file concurrently

2006-10-25 Thread Cohen Oren \(ICS\)
October 24, 2006 6:30 PM To: Log4J Users List Subject: Re: Multiple threads that log events to the same file concurrently On Oct 24, 2006, at 3:59 AM, Cohen Oren (ICS) wrote: > Thanks ! > > 1) Is there a reason why the buffer of the AsyncAppender is > implemented as ArrayList and n

RE: Multiple threads that log events to the same file concurrently

2006-10-24 Thread Cohen Oren \(ICS\)
read.run(Thread.java:595) -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 1:27 AM To: Log4J Users List Subject: Re: Multiple threads that log events to the same file concurrently On Oct 22, 2006, at 4:49 AM, Cohen Oren (ICS) wrote: > Th

RE: Multiple threads that log events to the same file concurrently

2006-10-23 Thread Cohen Oren \(ICS\)
So, it seems as if no block will be done. Correct ? -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 4:10 PM To: Cohen Oren (ICS) Subject: Re: Multiple threads that log events to the same file concurrently On Oct 18, 2006, at 5:49 AM,

Multiple threads that log events to the same file concurrently

2006-10-17 Thread Cohen Oren \(ICS\)
Hi Short description of the problem: "I need the best log4j configuration for - Multiple threads that log events to the same file concurrently" I work on a multithreaded environment (between 10-20 threads). I want all the threads to log their events to the same log file. Currently, there are 3 Lo