I ran into the same issue.  I found a cheap workaround-

I have a config handle. Same db, with a readonly user called REGULARNAME_config , connects on prefork to pull in server config info.

no matter what i do though, i can't seem to kill the config connection. it just kinda sits there and apache::dbi won't clear it. annoying.

On Jan 28, 2006, at 7:30 PM, Clinton Gormley wrote:

Some of my perl modules connect to the database during startup, and I
have been getting errors when my children try to connect to the
database, because they end up trying to share the $dbh handles from the
parent.

Reply via email to