[rt-users] Possible startup optimization?

Jesse Vincent jesse at bestpractical.com
Fri Aug 24 16:12:48 EDT 2001


Apache::DBI should take care of this transparently for us.


On Fri, Aug 24, 2001 at 01:12:47PM -0400, David C. Troy wrote:
> 
> 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
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 

-- 
http://www.bestpractical.com/products/rt  -- Trouble Ticketing. Free.




More information about the rt-users mailing list