Apache2
|
#include "apr.h"
#include "apr_pools.h"
#include "apr_poll.h"
#include "apr_hash.h"
#include "apr_ring.h"
#include "apr_thread_pool.h"
#include "apr_buckets.h"
#include "httpd.h"
Go to the source code of this file.
Data Structures | |
struct | simple_proc_mgr_t |
struct | simple_sb_t |
struct | simple_timer_t |
struct | simple_child_t |
struct | simple_core_t |
struct | simple_conn_t |
Macros | |
#define | SIMPLE_MAX_PROC (500000) |
#define | SIMPLE_DEF_PROC (5) |
#define | SIMPLE_MIN_PROC (1) |
#define | SIMPLE_MAX_THREADS (500000) |
#define | SIMPLE_DEF_THREADS (5) |
#define | SIMPLE_MIN_THREADS (1) |
Typedefs | |
typedef struct simple_core_t | simple_core_t |
typedef void(* | simple_timer_cb) (simple_core_t *sc, void *baton) |
typedef void(* | simple_io_sock_cb) (simple_core_t *sc, apr_socket_t *sock, int flags, void *baton) |
typedef void(* | simple_io_file_cb) (simple_core_t *sc, apr_socket_t *sock, int flags, void *baton) |
typedef struct simple_sb_t | simple_sb_t |
typedef struct simple_timer_t | simple_timer_t |
typedef struct simple_child_t | simple_child_t |
typedef struct simple_conn_t | simple_conn_t |
Enumerations | |
enum | simple_poll_type_e { SIMPLE_PT_CORE_ACCEPT , SIMPLE_PT_CORE_IO , SIMPLE_PT_USER } |
enum | simple_spawn_type_e { SIMPLE_SPAWN_FORK , SIMPLE_SPAWN_EXEC } |
Functions | |
simple_core_t * | simple_core_get (void) |
apr_status_t | simple_core_init_once (void) |
#define SIMPLE_DEF_PROC (5) |
#define SIMPLE_DEF_THREADS (5) |
#define SIMPLE_MAX_PROC (500000) |
#define SIMPLE_MAX_THREADS (500000) |
#define SIMPLE_MIN_PROC (1) |
#define SIMPLE_MIN_THREADS (1) |
typedef struct simple_child_t simple_child_t |
typedef struct simple_conn_t simple_conn_t |
typedef struct simple_core_t simple_core_t |
typedef void(* simple_io_file_cb) (simple_core_t *sc, apr_socket_t *sock, int flags, void *baton) |
typedef void(* simple_io_sock_cb) (simple_core_t *sc, apr_socket_t *sock, int flags, void *baton) |
typedef struct simple_sb_t simple_sb_t |
typedef void(* simple_timer_cb) (simple_core_t *sc, void *baton) |
typedef struct simple_timer_t simple_timer_t |
enum simple_poll_type_e |
enum simple_spawn_type_e |
simple_core_t* simple_core_get | ( | void | ) |
apr_status_t simple_core_init_once | ( | void | ) |