[ 
https://issues.apache.org/jira/browse/LOG4NET-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658442#action_12658442
 ] 

Kenneth Xu commented on LOG4NET-190:
------------------------------------

BTW, we are using log4net as on of providers to our application instrumentation 
API to record auditing, performance tracking and usage logging information. We 
use AsyncAppender + AdoNetAppender w/o buffering.

> [Patch] Need true asynchronous appender
> ---------------------------------------
>
>                 Key: LOG4NET-190
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-190
>             Project: Log4net
>          Issue Type: New Feature
>          Components: Appenders
>    Affects Versions: 1.2.11
>         Environment: DotNet
>            Reporter: Kenneth Xu
>             Fix For: 1.2.11
>
>         Attachments: AsyncAppenderPatch.patch
>
>
> The AsycAppender in the example uses .Net ThreadPool, a busy logging system 
> can quickly fill up the queue of the work item. As the ThreadPool is also 
> used by the framework itself, using it for async logging is inappropriate. 
> Thus, a true asynchronous appender with its dedicated queue and thread has 
> been asked by the community many times.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to