|
__init__(self,
noopts=0,
app=None,
keeproot=False)
Initializer that takes care of basic daemon options. |
source code
|
|
|
|
|
|
|
closedb(self)
Close all connections in both free an inuse pools. |
source code
|
|
|
is_connected(self)
Are we connected to zeo. |
source code
|
|
|
getPoolSize(self)
Return the target max pool size for this database. |
source code
|
|
|
available(self)
Return the number of available connection in our pool. |
source code
|
|
|
|
|
|
Inherited from ZenDaemon.ZenDaemon :
becomeDaemon ,
becomeWatchdog ,
changeUser ,
niceDoggie ,
openPrivilegedPort ,
setupLogging ,
sigTerm ,
sighandler_USR1 ,
watchdogCycleTime ,
watchdogMaxRestartTime ,
watchdogStartTimeout ,
writePidFile
Inherited from CmdBase.CmdBase :
buildParser ,
checkLogpath ,
generate_configs ,
generate_xml_configs ,
generate_xml_table ,
getConfigFileDefaults ,
parseOptions ,
pretty_print_config_comment
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|