All - I don't know if anyone here will be able to help, but I figured I'd give it a shot.
We're running: OpenVMS 7.2-1 Compaq Secure Web Server (CSWS) 1.2 (based on Apache 1.3.20) Perl 5.6.1 (gotten from Compaq's site) CSWS Perl V1.1 (based on mod_perl 1.25) DBI 1.201 DBD::RDB 1_15 RDB V7.0-31 We are using the RDB module in Perl to access an RDB database on the same machine. The problem that I'm having is that if there is an error in the script after the connect statement, then Apache will stay connected to the database indefinately. If Apache is not restarted to get it to detach from the database, then it will eventually lock up RDB to the point that no one will be able to access any of the databases. What can I do to keep this from happening? Thanks, Jen Landberg
