Thread safety and Optimizations

As per the DBAPI 2.0 specification, there are varied levels of thread safety that a module can support. Auth DBAPI caches connections to a server on a per-server basis, and deals with thread safety accordingly. DBAPI 1.0 modules are treated as though they were totally thread unsafe.