[interchange-cvs] CVS notice: activity by heins

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Fri, 19 Jan 2001 09:18 -0600


CVS activity by user 'heins':
interchange/lib/Vend Data.pm,1.17.2.7,1.17.2.8
Update of /anon_cvs/repository/interchange/lib/Vend
In directory www.akopia.com:/tmp/cvs-serv17177

Modified Files:
      Tag: DEV_4_7_0
	Data.pm 
Log Message:

  * Connection cache now works with fallback ALTERNATE_DSN even if
    HotDBI is enabled (i.e. persistent connections). Requires reconnect
    each page transaction (still cached), but will reliably work with
    fallback redundant db server.

	Bad connections are cached when ALTERNATE_DSN is present so we don't
	try to reconnect to a bad DBI connection every time.