gustafn
committed
on 30 Nov 15
- Use global variables to reduce lock contention on busy sites:
* $::acs::default_database replaces [nsv_get db_default_database .]
* $:… Show more
- Use global variables to reduce lock contention on busy sites:

 * $::acs::default_database replaces [nsv_get db_default_database .]

 * $::acs::known_database_types replaces [nsv_get ad_known_database_types .]

- Cache db_driverkey per-thread (variable ::acs::db_driverkey($dbn))

 to reduce high number of locks

Show less