| Trees | Indices | Help |
|---|
|
|
configure-time variables for installed or uninstalled operation
Code should run
>>> from flumotion.configure import configure
and then access the variables from the configure module. For example:
>>> print configure.gladedir
The values are decided at ./configure time. They can be overridden at startup by programs based on environment or options. This allows running with different configdir, logdir and rundir.
Version: $Rev: 7372 $
|
|||
|
|||
|
|||
__thisdir =
|
|||
_config =
|
|||
| boolean |
isinstalled = Falsewhether an installed version is being run |
||
| stringed |
cachedir = directory where cached code is stored |
||
| string |
configdir = directory where configuration files are stored |
||
| string |
daemondir = directory where daemonized programs should run |
||
| string |
datadir = directory where data files are stored |
||
| string |
gladedir = directory where glade files are stored |
||
| string |
imagedir = directory where image files are stored |
||
| string |
logdir = directory where log files are stored |
||
localedatadir =
|
|||
| string |
pythondir = directory where the flumotion python files are stored |
||
| string |
registrydir = directory where the registry files are stored |
||
| string |
rundir = directory where the run/pid files are stored |
||
| string |
bindir = directory where the flumotion executables live |
||
| string |
sbindir = directory where the flumotion service program lives |
||
| int |
defaultTCPManagerPort = 8642the default manager port for TCP communication |
||
| int |
defaultSSLManagerPort = 7531the default manager port for SSL communication |
||
| int |
defaultHTTPStreamPort = 8800the default external http streaming port |
||
| list of ints |
defaultGstPortRange = the default range of internal GStreamer ports |
||
| string |
PACKAGE = Flumotion package |
||
| string |
version = Flumotion version number |
||
| 4-tuple of integers |
versionTuple = Flumotion version number |
||
|
string
# default values for service-related stuff |
branchName = Flumotion branch name |
||
processTermWait = 20how long to wait before timing out term signals @type processTermWait int |
|||
processKillWait = 10how long to wait before timing out kill signals @type processKillWait int |
|||
| int |
heartbeatInterval = 5component heartbeat interval, in seconds |
||
| float |
pingTimeoutMultiplier = 6.0how long to wait before assuming a lost connection, specified as a multiple of the heartbeatInterval |
||
__package__ =
|
|||
|
|||
__thisdir
|
_config
|
registrydirdirectory where the registry files are stored
|
defaultGstPortRangethe default range of internal GStreamer ports
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 13 13:19:26 2009 | http://epydoc.sourceforge.net |