jdbc connection pool problem, help, thanks!

2008-02-24 Thread raybristol
Hi experts, I am looking for a library for managing connection pool as I can't use Tomcat, I found a couple of third party connection pool but with high coupling - using those require me to change quite a lot existing code, I am looking for something which can return a standard connection

Re: Announce: LBPool 1.0 beta1 (Load Balancing JDBC Connection Pool)

2006-07-19 Thread Kevin Burton
There was a thread before about this... this is much better than connector J's load balancing. You can take machines out of production, add thhem back in, it's MySQL slave aware, etc On 7/19/06, Christopher G. Stach II <[EMAIL PROTECTED]> wrote: Kevin Burton wrote: > Hey Gang. > > I wanted to

Re: Announce: LBPool 1.0 beta1 (Load Balancing JDBC Connection Pool)

2006-07-19 Thread Christopher G. Stach II
Kevin Burton wrote: > Hey Gang. > > I wanted to get this out on the list and facilitate some feedback. > > http://www.feedblog.org/2006/07/announce_lbpool.html > What does this have over MySQL Connector/J's load balancing? -- Christopher G. Stach II -- MySQL General Mailing List For list ar

Announce: LBPool 1.0 beta1 (Load Balancing JDBC Connection Pool)

2006-07-18 Thread Kevin Burton
Hey Gang. I wanted to get this out on the list and facilitate some feedback. http://www.feedblog.org/2006/07/announce_lbpool.html I CC'd both lists because this might be of interest to the larger MySQL community as the techniques I used here could be implemented in other languages. ==

Re: Are Mysql ODBC supporting connection pool?

2006-01-09 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/refman/5.0/en/connection-pool.html wangxu wrote: > Are Mysql ODBC supporting connection pool? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.NET http://www.ensita.

Re: Are Mysql ODBC supporting connection pool?

2006-01-08 Thread vi
Connection pool facility is not in the JDBC driver. It is provided by the application server like JBoss, Websphere, Weblogic, etc. Tool like Hibernate and IBatis also provide it. Vi. "wangxu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Are Mysql ODBC support

Connection pool

2002-10-21 Thread Sandeep Murphy
Hi, Does anyone has a connection pool built for MySQL using JAva (the application run on Tomcat).. I have one but its not running satisfactorily and leaves some processes suspended.. thnx in adv, sands - Before posting

How to set up JDBC connection pool with Tomcat?

2002-04-02 Thread rick
How do you set up the server.xml and web.xml files to use connection pooling in Tomcat using the org.gjt.mm.mysql.Driver JDLC driver (version mm.mysql-2.0.11)? I have set up and used a simple data source, but I can't get the pooled one working - do I need to set it up differently? Originally, I

Re: Connection Pool

2001-12-11 Thread TAKAHASHI, Tomohiro
3.23.44 > Driver MySql: mm.mysql-2.0.8-bin.jar > Poolman 2.1.-b1 > > Regards > > Gabriel > > > > Subject: Re: Connection Pool > Date: Tue, 11 Dec 2001 20:28:53 +0900 > From: "TAKAHASHI, Tomohiro" <[E

Re: Connection Pool

2001-12-11 Thread TAKAHASHI, Tomohiro
Hi, Please tell about your environment. What is MySQL(-max) version? What is PoolMan version? Thanks. GABRIELMORENO wrote: > > My problem was the next: > I'm using Poolman to create a conecction pool in Tomcat 4 to access a > MySql database, the driver that I'm using is org.gjt.mm.mysql

Connection Pool

2001-12-10 Thread GABRIELMORENO
My problem was the next: I'm using Poolman to create a conecction pool in Tomcat 4 to access a MySql database, the driver that I'm using is org.gjt.mm.mysql.Driver, JDBC throws this exception: java.sql.SQLException: Transaction Isolation Levels are not supported. params: org.gjt.mm.mysql.Driver

Connection pool

2001-12-10 Thread ga.moreno
Hello to all. First, I'm sorry, but my englis is very, very bad. My problem is the next: I'm using Poolman to create a conecction pool in Tomcat 4 to access a MySql database, the driver that I'm using is org.gjt.mm.mysql.Driver, JDBC throws this exception: java.sql.SQLException: Transaction Is