From: Warren Young Date: March 7 2008 4:43pm Subject: Re: thread_start List-Archive: http://lists.mysql.com/plusplus/7509 Message-Id: <47D170B0.5000902@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Warren Young wrote: > > Connection owns the DBDriver instance, I just realized that if I make Connection::thread_start() and _end() static, it would happen for DBDriver, too. And in the mythical world of multiple database support, you'd just call the static method through the leaf class interface. So, yes. :)