RE: make DB call for every new connection

2006-01-05 Thread Steven Pannell
:[EMAIL PROTECTED] Sent: 04 January 2006 17:12 To: user-java@ibatis.apache.org Subject: Re: make DB call for every new connection -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Out of pure curiosity why would you do something like this. What does it buy you? Nathan On Jan 4, 2006, at 6:59 AM

Re: make DB call for every new connection

2006-01-04 Thread Clinton Begin
This isn't an iBATIS problem so much as it is a connection pooling problem. That is, you'd have the same problem with almost any connection pooling solution (unless you were planning on holding connections open forever). So the best way to deal with this is to tackle the problem at the source. I

Re: make DB call for every new connection

2006-01-04 Thread Nathan Maves
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Out of pure curiosity why would you do something like this. What does it buy you? Nathan On Jan 4, 2006, at 6:59 AM, Steven Pannell wrote: Hi, I want to set some session infomation for a connection I make using ibatis on my oracle