[rt-users] Possible startup optimization?

David C. Troy dave at toad.net
Fri Aug 24 13:12:47 EDT 2001


Jesse -- you asked what sort of startup optimizations might be included --
I don't know if you're doing this now, but what about initializing a
persistent database connection within the webmux.pl script?

i.e. include something like:

# warm up the database connection
$DS::DBI::CONNECT = "dbi:Pg:dbname=web";
Apache::DBI->connect_on_init($DS::DBI::CONNECT);

Ignore if this is already being done.

Dave


=====================================================================
David C. Troy   [dave at toad.net]                   410-544-6193 Sales
ToadNet - Want to go fast?                        410-544-1329 FAX
570 Ritchie Highway, Severna Park, MD 21146-2925  www.toad.net





More information about the rt-users mailing list