Hi,
>
> I'm doing authentication against SQL database and then connecting the
> same database from the (embperl) page itself, but I cannot use
> Apache::DBI because there are several different databases running (with
> way too many connect strings to cache). Is there any (simple) way to
> reuse the db handle from authentocation handler in serving the page? It
> would cut the page serving time for me to about half. Thanks for your
> help.
>
> - Robert
>
> (PS linux/apache/modperl/embperl/recordset/postgresql, most recent
> versions)
>
The only idea I have, is to patch Apache::DBI that it caches only those
connections you want to cache
Gerald