irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include "initServer.hpp"
#include "irods_at_scope_exit.hpp"
#include "irods_delay_queue.hpp"
#include "irods_log.hpp"
#include "irods_query.hpp"
#include "irods_re_structs.hpp"
#include "irods_server_properties.hpp"
#include "irods_server_state.hpp"
#include "thread_pool.hpp"
#include "irodsReServer.hpp"
#include "miscServerFunct.hpp"
#include "query_processor.hpp"
#include "rodsClient.h"
#include "rodsPackTable.h"
#include "rsGlobalExtern.hpp"
#include "rsLog.hpp"
#include "ruleExecDel.h"
#include "ruleExecSubmit.h"
#include "connection_pool.hpp"
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <functional>
#include <thread>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/format.hpp>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 361 of file irodsReServer.cpp.
References irods::CFG_MAX_NUMBER_OF_CONCURRENT_RE_PROCS(), irods::CFG_RE_SERVER_SLEEP_TIME(), irods::default_max_number_of_concurrent_re_threads, irods::default_re_server_sleep_time, terminate_irods_processes::e, irods::log(), LOG_DEBUG, LOG_ERROR, LOG_NOTICE, irods::make_connection_pool(), and rodsLog().