9 messages in com.mysql.lists.plusplusRe: problems in ConnectionPool
FromSent OnAttachments
Jonathan Wakely22 Dec 2007 08:07.patch
Jonathan Wakely22 Dec 2007 12:42.patch
Jonathan Wakely22 Dec 2007 13:55 
Warren Young26 Dec 2007 19:41 
Warren Young26 Dec 2007 19:53 
Jonathan Wakely27 Dec 2007 14:16.cpp
Jonathan Wakely27 Dec 2007 14:20 
Warren Young28 Dec 2007 01:21 
Warren Young03 Jan 2008 10:58 
Subject:Re: problems in ConnectionPool
From:Jonathan Wakely (mys@kayari.org)
Date:12/22/2007 01:55:45 PM
List:com.mysql.lists.plusplus

On 22/12/2007, Jonathan Wakely <mys@kayari.org> wrote:

This means the derived destructor is required to destroy everything in pool_, so this revised patch adds a clear_pool() member which derived classes must call before the base ~ConnectionPool dtor runs.

Oops, clear_pool() needs to lock the mutex of course.