Re: RE : Re: distributed cahing/iBATIS.Net

2006-10-26 Thread Ron Grabowski
This should work... - Original Message From: Tite Etoundi <[EMAIL PROTECTED]> To: user-cs@ibatis.apache.org Sent: Wednesday, October 25, 2006 8:56:04 AM Subject: RE : Re: distributed cahing/iBATIS.Net Hi all, about caching in iBATIS, I've downloaded memcacheddone

Re: Profiling .Net code

2006-10-26 Thread Ron Grabowski
dotTrace from Jetbrains and ANTS Profiler from Red Gate seem to be resonable priced products. I believe both have trail versions. The IBatisNet.DataMapper.Test.NUnit.SqlMapTests.Perf namespace has tests which compare a SqlMapper to normal ADO.Net. The recent IL enchancements for getting/setting

RE: Profiling .Net code

2006-10-26 Thread Jeremy Gray
If you’re willing to go big, Intel’s VTune will never let you down. For something a bit more reasonably priced, I’ve had good success with JetBrains’ dotTrace 2.0. Conveniently enough, dotTrace 2.0 can be had in a time-limited trial form that may well provide enough time for you to isolate

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

Re: RE : Re: distributed cahing/iBATIS.Net

2006-10-26 Thread Giancarlo Valente
Hi Tite, hi all, As I've mentioned before i've made an ibatis cache controller for memcached, for testing. To do the same you have to modify the iBatis Mapper source code. I suggest you to: .download memcached v.1.1.13-pre-win32 .download .net client DLL, memcacheddotnet_clientlib-1.1.2 .downloa

RE: Active connection

2006-10-26 Thread Dorin Manoli
I found a way. To use LocalSession.State -Original Message- From: Anthony [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 3:58 AM To: user-cs@ibatis.apache.org; [EMAIL PROTECTED] Subject: RE: Active connection That ping query, specifically the "DUAL" part, is strictly for Ora