Zope 3 configuration schema. This schema describes the configuration options available to a site administrator via the zope.conf configuration file.
The main application database that should be used.
The name of the top-level ZCML file that defines the component configuration used for this site. Value passed to Python's sys.setcheckinterval() function. This integer value determines how often the interpreter checks for periodic things such as thread switches and signal handlers. Setting it to a larger value may increase performance for programs using threads. Setting it to a value <= 0 checks every virtual instruction, maximizing responsiveness as well as overhead. This specifies additional paths directories which are inserted into the beginning of Python's module search path. The set of directories specified is inserted into the beginning of the module search path in the order which they are specified here. Note that the processing of this directive may happen too late under some circumstances; it is recommended that you use the PYTHONPATH environment variable if using this directive doesn't work for you. $softwarehome/src