Re: Profiling .Net code

2006-10-28 Thread Michael Schall
Thanks guys, I'll try this on Monday and report back. On 10/28/06, Ron Grabowski <[EMAIL PROTECTED]> wrote: There were issues in the past with NLog not reporting the correct Typeand line number logging statements were called from. I'm pretty sure this has been fixed. IBatisNet ships with other Apac

Re: Profiling .Net code

2006-10-28 Thread Ron Grabowski
we may be able to ship this class with the distribution: http://www.ronosaurus.com/IBatisNet/NLogIntegration.cs.txt - Original Message From: Gilles Bayon <[EMAIL PROTECTED]> To: user-cs@ibatis.apache.org Sent: Saturday, October 28, 2006 1:29:10 AM Subject: Re: Profiling .Net cod

Re: Profiling .Net code

2006-10-27 Thread Gilles Bayon
I think Ron can have one for NLogOn 10/27/06, Michael Schall <[EMAIL PROTECTED]> wrote: Yes and no...  If we turn off logging (log4net 1.2.10), the issue goes away...  I would think that logging would be a fairly consistent hit.  We are using the RollingFileAppender.  I am looking into the Buffered

Re: Profiling .Net code

2006-10-27 Thread Michael Schall
Yes and no...  If we turn off logging (log4net 1.2.10), the issue goes away...  I would think that logging would be a fairly consistent hit.  We are using the RollingFileAppender.  I am looking into the BufferedForwardingAppender which would then push to the file.  I don't want to lose the log that

Re: Profiling .Net code

2006-10-26 Thread Ron Grabowski
6:15 PM Subject: Profiling .Net code We are running into some performance issues in our applications using iBatis. Looking at a log4net rolling file, times from start to finish of select statements can vary from 15ms to 400+ms for the same call with a sql trace saying that the sp has 0 duratio

RE: Profiling .Net code

2006-10-26 Thread Jeremy Gray
your current perf problem.   Jeremy   From: Michael Schall [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 9:46 AM To: user-cs@ibatis.apache.org Subject: Profiling .Net code   We are running into some performance issues in our applications using iBatis.  Looking at a

Profiling .Net code

2006-10-26 Thread Michael Schall
We are running into some performance issues in our applications using iBatis.  Looking at a log4net rolling file, times from start to finish of select statements can vary from 15ms to 400+ms for the same call with a sql trace saying that the sp has 0 duration.  I am looking for a profiling tool tha