Re: how to best implement my own connection pool

2012-02-18 Thread Nick Kew
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

how to best implement my own connection pool

2012-02-17 Thread Sam Carleton
I am working on a short term solution to a bigger issue. The long term solution is switch databases, that is next on the list, after I patch the current DB. My background: I am the sole developer of this product that uses lots of technologies, one of them is Apache Modules. It has been a long