RE: Concurrency and performance degradation

2003-11-21 Thread Shapira, Yoav
Howdy, There is anyway to improve the performance in a concurrency environment (maybe defining a buffer size and have only one thread writing to the file and to the console? ) and prevent this concurrency problems? If, instead of having the logger for each class as a static variable, if i have a

RE: Concurrency and performance degradation

2003-11-21 Thread Campos Rui Oliveira
PROTECTED] Sent: 21 November 2003 16:37 To: Log4J Users List Subject: RE: Concurrency and performance degradation Howdy, There is anyway to improve the performance in a concurrency environment (maybe defining a buffer size and have only one thread writing to the file and to the console

RE: Concurrency and performance degradation

2003-11-21 Thread Shapira, Yoav
in production, so I don't suffer from high load at all. Yoav Shapira Millennium ChemInformatics -Original Message- From: Campos Rui Oliveira [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 11:57 AM To: Log4J Users List Subject: RE: Concurrency and performance degradation Hi. Thanks

Re: Concurrency and performance degradation

2003-11-21 Thread Horst Scheruga
Date: Fri, 21 Nov 2003 18:48:31 +0100 (MET) From: Horst Scheruga [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Concurrency and performance degradation This problem seems very common to me. Costs me 2 days to figure out the trivial and obviousliy reason in my case. I your question I found

RE: Concurrency and performance degradation

2003-11-21 Thread Shapira, Yoav
- From: Horst Scheruga [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 12:53 PM To: [EMAIL PROTECTED] Subject: Re: Concurrency and performance degradation Date: Fri, 21 Nov 2003 18:48:31 +0100 (MET) From: Horst Scheruga [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Concurrency