This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | BIOSPHERED_PREFIX "/usr/local/biosphere" |
#define | BIOSPHERED_MODULES_DIR "/usr/local/biosphere/modules/" |
#define | BIOSPHERED_PORT 2915 |
#define | BIOSPHERED_MAX_CONNECTIONS 20 |
#define | BIOSPHERED_CONFFILE "/usr/local/biosphere/etc/biosphered.conf" |
#define | CORE_SERVICES_DEFINITION_FILE "core_services.wsdl" |
#define | BIOSPHERED_MAX_CONTENT_LENGTH 4000000 |
#define | WORKER_THREAD_TIMEOUT 60000 |
#define BIOSPHERED_CONFFILE "/usr/local/biosphere/etc/biosphered.conf" |
Default location to look for a config file if non given:
Definition at line 49 of file settings.h.
Referenced by init_defaults().
#define BIOSPHERED_MAX_CONNECTIONS 20 |
Default maximum number of accepted clients
Definition at line 46 of file settings.h.
Referenced by init_defaults(), and lets_go_threaded().
#define BIOSPHERED_MAX_CONTENT_LENGTH 4000000 |
The maximum length in bytes of data send and received.
Definition at line 55 of file settings.h.
Referenced by check_for_http_errors().
#define BIOSPHERED_MODULES_DIR "/usr/local/biosphere/modules/" |
Default location of loadable Bio-SPHERE modules:
Definition at line 41 of file settings.h.
Referenced by init_defaults(), load_module(), and set_definitions().
#define BIOSPHERED_PORT 2915 |
Default port the daemon listens on.
Definition at line 44 of file settings.h.
Referenced by init_defaults().
#define BIOSPHERED_PREFIX "/usr/local/biosphere" |
Installation prefix of Bio-SPHERE:
Definition at line 39 of file settings.h.
Referenced by init_service().
#define CORE_SERVICES_DEFINITION_FILE "core_services.wsdl" |
WSDL file describing the core services offered:
Definition at line 52 of file settings.h.
Referenced by init_service().
#define WORKER_THREAD_TIMEOUT 60000 |
The timeout time in milliseconds for the worker threads. Set to one minute.
Definition at line 61 of file settings.h.