From: Warren Young Date: July 8 2005 9:30am Subject: Re: Connection pool? List-Archive: http://lists.mysql.com/plusplus/4624 Message-Id: <42CE479D.7070402@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Pål Brattberg wrote: > I'm on the lookout for a good connection pool to use with MySQL++. What > do you guys use, I suspect many people don't use one at all. For my applications, one Connection object for the whole program is sufficient. > I'm leaning towards rolling my own. If you do, I hope you can contribute it to MySQL++.