in reply to Re: Passing database handles
in thread Passing database handles

no mod_perl just CGI with dbi 1.2

Replies are listed 'Best First'.
Re: Re: Re: Passing database handles
by perrin (Chancellor) on Dec 06, 2001 at 20:05 UTC
    Okay. I just asked because Apache::DBI intentionally disables the disconnect method. Under CGI, you should definitely see your db handles go away because the CGI processes will go away after serving a request.