While I think that "misc" has the right answer, if you don't want to use mod_perl, you could have your friend update the module so that the connection to the database isn't created until the connection needs to be used. Basically a lazy connection to the database.