Package web2py :: Package gluon :: Module dal :: Class ConnectionPool
[hide private]
[frames] | no frames]

Class ConnectionPool

source code

object --+
         |
        ConnectionPool
Known Subclasses:

Instance Methods [hide private]
 
find_or_make_work_folder(self)
this actually does not make the folder.
source code
 
pool_connection(self, f) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
set_thread_folder(folder) source code
 
close_all_instances(action)
to close cleanly databases in a multithreaded environment
source code
Class Variables [hide private]
  _folders = {}
  _connection_pools = {}
  _instances = {}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

find_or_make_work_folder(self)

source code 

this actually does not make the folder. it has to be there