From: Christian Mack Date: July 16 1999 5:02pm Subject: Re: Maximum number of connections with mm.mySQL List-Archive: http://lists.mysql.com/java/211 Message-Id: <378F65B1.A90F311B@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit "George [TUX] Martinez" wrote: > > Hello everybody: > > Does someone knows what is the maximun number of connections allowed by > the mm.MySQL driver? > I tried to get it using DatabaseMetaData and getMaxConnections but the > output is 0. > Is that right? > I need to use a Connection Pool, that's whay I need to know how many > connections are allowed by that driver; or should I use a different > driver? > > Thanks for your help. > > George Martinez. Hi George You can have as many connections with the mm driver, as your machine can handle (or your mysql servers). The given 0 (=Zero) from DatabaseMetaData means unlimited. Tschau Christian PS: Sorry for the late answer, I was on vacation.