akanksha gupta created LOG4NET-345:
--
Summary: log file naming issue
Key: LOG4NET-345
URL: https://issues.apache.org/jira/browse/LOG4NET-345
Project: Log4net
Issue Type: Bug
Compone
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
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