Re: Questions regarding log messafe buffering

2014-07-30 Thread Thorsten Schöning
Guten Tag Alder Netw, am Mittwoch, 30. Juli 2014 um 01:06 schrieben Sie: > How is the log4cxx buffering works exactly? Just look at AsyncAppender, log4cxx is Open Source. I already described how it is working. > say if you specify a > large buffer size, is the first log message sent out after th

Re: Questions regarding log messafe buffering

2014-07-30 Thread Alder Netw
On Wed, Jul 30, 2014 at 12:05 AM, Thorsten Schöning wrote: > Guten Tag Alder Netw, > am Mittwoch, 30. Juli 2014 um 01:06 schrieben Sie: > > > How is the log4cxx buffering works exactly? > > Just look at AsyncAppender, log4cxx is Open Source. I already > described how it is working. > > > say if y

Re: Questions regarding log messafe buffering

2014-07-30 Thread Thorsten Schöning
Guten Tag Alder Netw, am Donnerstag, 31. Juli 2014 um 03:15 schrieben Sie: > I did take a look at the code and it looks to me that  the dispatch() is > dispatching to all appenders without waiting for the buffer being full. If > that is > the case, increase the buffer size won't make a difference