On Wed, 2007-01-31 at 08:44 +0100, Garnier, Jeremie wrote: > I see that apr_reslist and apr_dbd are the essential elements for making > connection pooling with database (oracle). And so I want to use mod_dbd as I > want to make an application via apache (PHP page or script perl, cgi...). But > mod_dbd is only accessible via other apache module. We can't access to it by > another way that why I try to find how to make connection pooling with apache > (and so with mod_dbd).
Here is a good URL: http://www.apachetutor.org/dev/reslist Page is owned by someone named "niq" ;-) -- Bojan
