Database connectivity cleanups
authorClay Fouts <clay.fouts@liblime.com>
Thu, 30 Oct 2008 02:22:15 +0000 (19:22 -0700)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 16:10:58 +0000 (17:10 +0100)
commit095b5b6de186a6b265276ab66deb70c859b47567
tree01a10c6d7c2ceb8b7ed36bd0340b14e268508d7c
parent4ffac5ba4a98a88c00f2ee6f3b701003630b8175
Database connectivity cleanups

This patch employs process-local caching of systempreferences and
eliminates the "select 1" execution every time dbh() is called.
DBI::ping() is used instead.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Context.pm