Wouldnt it be nice, if Apache came with a database connection pool service. This standalone process would manage database queries for Apache modules and as well as CGI apps.
Much like every Java App server comes with now-a-days.... http://www.phworks-online.com/cache.html > -----Original Message----- > From: David Shane Holden [SMTP:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 3:52 PM > To: [EMAIL PROTECTED] > Subject: Re: mod_authn_mysql > > > Since there seems to be some interest in including a mysql auth module > into the tree, here's a postgres module which I've coded and have been > using for the past month or so. As for a connection pool... I haven't > figured out a way to have postres use a connection opened by another > process... it likes spiking the cpu and sitting in some pqbytes function > or some shit like that when doing a query on it. > > https://dpejesh.dnsalias.net/repos/mod_auth_pgsql/trunk/ > > Shane >