On Sat, 2004-05-22 at 03:19 +0200, Graham Leggett wrote: > Hmmm... it does. Is there any example code I can look at to get this > working?
mod_authn_dbi uses it: http://mod-auth.sourceforge.net/ The Database Pooling Modules also use apr_reslist: http://apache.webthing.com/mod_pg_pool.c http://apache.webthing.com/mod_mysql_pool.c and, http://cvs.sourceforge.net/viewcvs.py/mod-auth/mod_dbi_pool/src/mod_dbi_pool.c?rev=1.8&view=auto -Paul Querna
