apr_reslist is what I am looking for, but you do seem to be right, mod_dbd
should provide all the plumbing I need. I just need to wrap my head around it.
Thank you!
Sam
On Feb 18, 2012, at 7:27 AM, Nick Kew wrote:
>
> On 18 Feb 2012, at 01:53, Sam Carleton wrote:
>
>> Basically what I am
On 18 Feb 2012, at 01:53, Sam Carleton wrote:
> Basically what I am looking for is the same basic connection pooling that
> is implemented in the mod_dbd. Is there an easy way to do this, or will I
> simple need to get into the internals of the mod_dbd to figure out what it
> is doing and do it