From: Warren Young Date: January 3 2008 6:58pm Subject: Re: problems in ConnectionPool List-Archive: http://lists.mysql.com/plusplus/7332 Message-Id: <477D306C.30902@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jonathan Wakely wrote: >> Do you have a working pool subclass, or are these patches being done in >> vitro, the same way the class was created? > > I started out like that but knocked together a very simple > test_pool.cpp with some assertions, which I used to check the basics. > I've attached it, for what it's worth. I ended up coding new pool subclasses for examples/cpool?.cpp, but I turned your attachment into a new official test. Thanks!