Hello,
I am using tomcat and SQL Server 7/200 for a web application. I'm need to use cobbection pooling Can anyone recommend a good database driver to use?
Cheers,
Rudi
-
Newbie - Help with Connection Pooling (2 messages)
- Posted by: Rudi Doku
- Posted on: December 18 2001 08:21 EST
Threaded Messages (2)
- Newbie - Help with Connection Pooling by Jason McKerr on December 18 2001 12:01 EST
- Newbie - Help with Connection Pooling by Rudi Doku on December 19 2001 20:28 EST
-
Newbie - Help with Connection Pooling[ Go to top ]
- Posted by: Jason McKerr
- Posted on: December 18 2001 12:01 EST
- in response to Rudi Doku
Get poolman, which will work with your underlying driver. Poolman is an excellent tool, very configurale, easy to use, lots of good features.
it's at codestudio.com and is an open-source project. In fact it's supposed to become part of Tomcat at some point.
-Newt -
Newbie - Help with Connection Pooling[ Go to top ]
- Posted by: Rudi Doku
- Posted on: December 19 2001 20:28 EST
- in response to Jason McKerr
Thanks very much Newt.