[jira] [Created] (LOG4NET-345) log file naming issue

2012-06-14 Thread akanksha gupta (JIRA)
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

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