Re: AdoNetAppender connection timeouts

2008-11-19 Thread Ron Grabowski
ct: RE: AdoNetAppender connection timeouts Hi all, Shortly after that last email, I went and read the docs for the ReconnectOnError http://logging.apache.org/log4net/release/sdk/log4net.Appender.AdoNetAppender.ReconnectOnError.html I changed my connection string to have “Connect Timeout=1” s

RE: AdoNetAppender connection timeouts

2008-11-16 Thread Hadley Willan
Willan [mailto:[EMAIL PROTECTED] Sent: Monday, 17 November 2008 14:16 To: Log4NET User Subject: RE: AdoNetAppender connection timeouts Hi all, I've done some testing by writing a small test app that loops through, throws an ArgumentException, gets caught and logs the exception to log4net.

RE: AdoNetAppender connection timeouts

2008-11-16 Thread Hadley Willan
[49] (6)ms Timing[50] (41554)ms Timing[51] (8)ms Timing[52] (3)ms Timing[53] (3)ms Timing[54] (3)ms Timing[55] (3)ms From: Hadley Willan [mailto:[EMAIL PROTECTED] Sent: Monday, 17 November 2008 09:48 To: Log4NET User Subject: RE: AdoNetAppender connection ti

RE: AdoNetAppender connection timeouts

2008-11-16 Thread Hadley Willan
he timeout? Thanks Hadley From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Monday, 17 November 2008 00:55 To: Log4NET User Subject: Re: AdoNetAppender connection timeouts The AdoNetAppender keeps a reference to an open connection. At some point it e

RE: AdoNetAppender connection timeouts

2008-11-16 Thread Hadley Willan
Regards Hadley From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Monday, 17 November 2008 00:55 To: Log4NET User Subject: Re: AdoNetAppender connection timeouts The AdoNetAppender keeps a reference to an open connection. At some point it ensures th

Re: AdoNetAppender connection timeouts

2008-11-16 Thread Ron Grabowski
vember 14, 2008 1:56:40 AM Subject: AdoNetAppender connection timeouts Hi peoples, How does the ADO.Net appender handle intermittent connections? I’m assuming that it’s holding a connection open and appending? I have set to ensure an immediate call to a stored proc for logging. So basically, do I

AdoNetAppender connection timeouts

2008-11-13 Thread Hadley Willan
Hi peoples, How does the ADO.Net appender handle intermittent connections? I'm assuming that it's holding a connection open and appending? I have set to ensure an immediate call to a stored proc for logging. So basically, do I need to worry about whether or not my connection to the ot