Database connectivity cleanups
authorClay Fouts <clay.fouts@liblime.com>
Thu, 30 Oct 2008 02:22:15 +0000 (19:22 -0700)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 6 Nov 2008 21:53:25 +0000 (15:53 -0600)
commit0ff177431b2de1b24b588239c81530d3179fec01
tree83a834612f22d5bb68620b705dee2a30a8d6c4bc
parent9f782076dbcb447e071aa1423ee087fb59f5181b
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