Re: Async logging

2012-07-19 Thread Christian Grobmeier
s on this email list, the > development team is exploring a more generic Async framework to support > Async logging. > > > > Cheers, > > George > > > > From: Roman Konovalov [mailto:ro...@greenrain.biz] > Sent: Tuesday, July 17, 2012 9:11 PM > To: 'Log4N

RE: Async logging

2012-07-19 Thread George Chung
on this email list, the development team is exploring a more generic Async framework to support Async logging. Cheers, George From: Roman Konovalov [mailto:ro...@greenrain.biz] Sent: Tuesday, July 17, 2012 9:11 PM To: 'Log4NET Dev' Subject: RE: Async logging Hi, Is Async

RE: Async logging

2012-07-17 Thread Roman Konovalov
Hi, Is Async Logging already part of official release? If not, can you please advise when it might be? Many thanks in advance. Best regards, Roman From: George Chung [mailto:geo...@glympse.com] Sent: den 15 juni 2012 01:18 To: Log4NET Dev Subject: Re: Async logging Based on the

Re: Async logging

2012-06-14 Thread George Chung
Actually, I implemented an AsyncSqlAppender. On Thu, Jun 14, 2012 at 12:34 PM, George Chung wrote: > Yes, and when you submit async operations, those async requests are queued > by the runtime and the completion routines are executed by threads from > this thread pool. No need to manage threads

Re: Async logging

2012-06-14 Thread George Chung
Yes, and when you submit async operations, those async requests are queued by the runtime and the completion routines are executed by threads from this thread pool. No need to manage threads at all. I did a pretty trivial hack to the AdoNetAppender to perform Async Sql inserts and it's been working

Re: Async logging

2012-06-08 Thread Stefan Bodewig
On 2012-06-08, Christian Grobmeier wrote: > Hi, > On Fri, Jun 8, 2012 at 8:39 AM, Dominik Psenner wrote: >> * the ThreadPool should be used in favour over a designated worker Thread > no idea becuase I have no clue on .NET, but it sounds like fun :-) .Net has a built-in thread pool it uses fo

Re: Async logging

2012-06-08 Thread Stefan Bodewig
On 2012-06-08, Dominik Psenner wrote: > In response to > > I would like to start a discussion how log4net should support > asynchronous logging. Tom Tang implemented a general async forwarding > appender that glues toget

RE: Async logging

2012-06-08 Thread Dominik Psenner
Hi Christian, thanks for the feedback. >> · the ThreadPool should be used in favour over a designated >worker >> Thread > >no idea becuase I have no clue on .NET, but it sounds like fun :-) It just means that it is not written as: new Thread(() => { ..; Thread.Sleep(x); } but rather th

Re: Async logging

2012-06-07 Thread Christian Grobmeier
Hi, On Fri, Jun 8, 2012 at 8:39 AM, Dominik Psenner wrote: > · the queue size should be configurable +1 > > · the ThreadPool should be used in favour over a designated worker > Thread no idea becuase I have no clue on .NET, but it sounds like fun :-) > · if the queue